Html Css Color HEX #20645B Eden

📋 copy color: '#20645B'

red 32 ◦ green 100 ◦ blue 91

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

Shades of Eden #20645B

Tints of Eden #20645B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.81%

R = 14.35%
G = 44.84%
B = 40.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#20645B (or 0x20645B) is known color: Eden. HEX triplet: 20, 64 and 5B. RGB value is (32,100,91). Sum of RGB (Red+Green+Blue) = 32+100+91=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #20645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20645B is #DF9BA4. Grayscale: #4E4E4E. Windows color (decimal): -14654373 or 5989408. OLE color: 5989408.

HSL color Cylindrical-coordinate representation of color #20645B: hue angle of 172.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 #20645B is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 100 91 -
CMYK 0.68 0 0.09 0.61
HSL 172.06º 0.52% 0.26% -
HSV(B) 172.06º 0.68% 0.39% -
XYZ 7.04 10.18 11.49 -
YUV 78.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 32 100 91 0.68 0 0.09 0.61 172.06 0.52 0.26
Hex 20 64 5B 44 0 9 3D AC 34 1A
Octal 40 144 133 104 0 11 75 254 64 32
Binary 100000 1100100 1011011 1000100 0 1001 111101 10101100 110100 11010

Color Harmonies of #20645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20645B

Black with #20645B

Text Example


Text Example

White with #20645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20645B; }

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

 H1.HeaderClassName
 {
   color: #20645B;
 }
 .AnyTagClassName
 {
   color: #20645B;
 }
</style>

background-color css

<style>
 a { background-color: #20645B; }

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

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

border-color css

<style>
 span { border-color: #20645B; }

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

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