Html Css Color HEX #20604D Evening Sea

📋 copy color: '#20604D'

red 32 ◦ green 96 ◦ blue 77

#20604D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #20604D

Tints of Evening Sea #20604D

RGB

 RED value IS 32 (12.89% from 255) = 15.61%

 GREEN value IS 96 (37.89% from 255) = 46.83%

 BLUE value IS 77 (30.47% from 255) = 37.56%

R = 15.61%
G = 46.83%
B = 37.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#20604D (or 0x20604D) is known color: Evening Sea. HEX triplet: 20, 60 and 4D. RGB value is (32,96,77). Sum of RGB (Red+Green+Blue) = 32+96+77=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #20604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20604D is #DF9FB2. Grayscale: #4A4A4A. Windows color (decimal): -14655411 or 5070880. OLE color: 5070880.

HSL color Cylindrical-coordinate representation of color #20604D: hue angle of 162.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20604D is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 96 77 -
CMYK 0.67 0 0.20 0.62
HSL 162.19º 0.5% 0.25% -
HSV(B) 162.19º 0.67% 0.38% -
XYZ 6.12 9.21 8.48 -
YUV 74.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 32 96 77 0.67 0 0.20 0.62 162.19 0.5 0.25
Hex 20 60 4D 43 0 14 3E A2 32 19
Octal 40 140 115 103 0 24 76 242 62 31
Binary 100000 1100000 1001101 1000011 0 10100 111110 10100010 110010 11001

Color Harmonies of #20604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20604D

Black with #20604D

Text Example


Text Example

White with #20604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20604D; }

 p { color: rgb(32,96,77); }

 H1.HeaderClassName
 {
   color: #20604D;
 }
 .AnyTagClassName
 {
   color: #20604D;
 }
</style>

background-color css

<style>
 a { background-color: #20604D; }

 a { background-color: rgb(32,96,77); }

 div.DivClassName
 {
   background-color: #20604D;
 }
 .BgClassName
 {
   background-color: #20604D;
 }
</style>

border-color css

<style>
 span { border-color: #20604D; }

 span { border-color: rgb(32,96,77); }

 td.TdClassName
 {
   border-color: #20604D;
 }
 .TagClassName
 {
   border-color: #20604D;
 }
</style>