Html Css Color HEX #20604A Evening Sea

📋 copy color: '#20604A'

red 32 ◦ green 96 ◦ blue 74

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

Shades of Evening Sea #20604A

Tints of Evening Sea #20604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.63%

R = 15.84%
G = 47.52%
B = 36.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#20604A (or 0x20604A) is known color: Evening Sea. HEX triplet: 20, 60 and 4A. RGB value is (32,96,74). Sum of RGB (Red+Green+Blue) = 32+96+74=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #20604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20604A is #DF9FB5. Grayscale: #4A4A4A. Windows color (decimal): -14655414 or 4874272. OLE color: 4874272.

HSL color Cylindrical-coordinate representation of color #20604A: hue angle of 159.38º 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 #20604A is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 96 74 -
CMYK 0.67 0 0.23 0.62
HSL 159.38º 0.5% 0.25% -
HSV(B) 159.38º 0.67% 0.38% -
XYZ 6.01 9.17 7.93 -
YUV 74.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 32 96 74 0.67 0 0.23 0.62 159.38 0.5 0.25
Hex 20 60 4A 43 0 17 3E 9F 32 19
Octal 40 140 112 103 0 27 76 237 62 31
Binary 100000 1100000 1001010 1000011 0 10111 111110 10011111 110010 11001

Color Harmonies of #20604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20604A

Black with #20604A

Text Example


Text Example

White with #20604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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