Html Css Color HEX #20644A Evening Sea

📋 copy color: '#20644A'

red 32 ◦ green 100 ◦ blue 74

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

Shades of Evening Sea #20644A

Tints of Evening Sea #20644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 48.54%

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

R = 15.53%
G = 48.54%
B = 35.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#20644A (or 0x20644A) is known color: Evening Sea. HEX triplet: 20, 64 and 4A. RGB value is (32,100,74). Sum of RGB (Red+Green+Blue) = 32+100+74=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #20644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20644A is #DF9BB5. Grayscale: #4C4C4C. Windows color (decimal): -14654390 or 4875296. OLE color: 4875296.

HSL color Cylindrical-coordinate representation of color #20644A: hue angle of 157.06º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20644A is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 100 74 -
CMYK 0.68 0 0.26 0.61
HSL 157.06º 0.52% 0.26% -
HSV(B) 157.06º 0.68% 0.39% -
XYZ 6.39 9.92 8.06 -
YUV 76.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 32 100 74 0.68 0 0.26 0.61 157.06 0.52 0.26
Hex 20 64 4A 44 0 1A 3D 9D 34 1A
Octal 40 144 112 104 0 32 75 235 64 32
Binary 100000 1100100 1001010 1000100 0 11010 111101 10011101 110100 11010

Color Harmonies of #20644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20644A

Black with #20644A

Text Example


Text Example

White with #20644A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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