#20675B

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

Shades of Eden #20675B

Tints of Eden #20675B

Color information

#20675B (or 0x20675B) is unknown color: approx Eden. HEX triplet: 20, 67 and 5B. RGB value is (32,103,91). Sum of RGB (Red+Green+Blue) = 32+103+91=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #20675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20675B is #DF98A4. Grayscale: #505050. Windows color (decimal): -14653605 or 5990176. OLE color: 5990176.

HSL color Cylindrical-coordinate representation of color #20675B: hue angle of 169.86º 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 #20675B is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB3210391-
CMYK0.6900.120.60
HSL169.86º52.59%26.47%-
HSV(B)169.86º68.93%40.39%-
XYZ7.3310.7611.59-
YUV80.4133.9893.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=14.16%
G=45.58%
B=40.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32103910.6900.120.60169.8652.5926.47
Hex20675B450C3Caa351a
Octal40147133105014742526532
Binary100000110011110110111000101011001111001010101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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