#20675A

Color #20675A Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #20675A

Tints of Eden #20675A

Color information

#20675A (or 0x20675A) is unknown color: approx Eden. HEX triplet: 20, 67 and 5A. RGB value is (32,103,90). Sum of RGB (Red+Green+Blue) = 32+103+90=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #20675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20675A is #DF98A5. Grayscale: #505050. Windows color (decimal): -14653606 or 5924640. OLE color: 5924640.

HSL color Cylindrical-coordinate representation of color #20675A: hue angle of 169.01º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20675A is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB3210390-
CMYK0.6900.130.60
HSL169.01º52.59%26.47%-
HSV(B)169.01º68.93%40.39%-
XYZ7.2910.7511.36-
YUV80.29133.4893.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.22%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 90 (35.55% from 255) = 40%
R=14.22%
G=45.78%
B=40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32103900.6900.130.60169.0152.5926.47
Hex20675A450D3Ca9351a
Octal40147132105015742516532
Binary100000110011110110101000101011011111001010100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,103,90); }

 H1.HeaderClassName
 {
   color: #20675A;
 }
 .AnyTagClassName
 {
   color: #20675A;
 }
</style>
background-color css

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

 a { background-color: rgb(32,103,90); }

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

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

 span { border-color: rgb(32,103,90); }

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