#20554F

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

Shades of Eden #20554F

Tints of Eden #20554F

Color information

#20554F (or 0x20554F) is unknown color: approx Eden. HEX triplet: 20, 55 and 4F. RGB value is (32,85,79). Sum of RGB (Red+Green+Blue) = 32+85+79=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #20554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20554F is #DFAAB0. Grayscale: #444444. Windows color (decimal): -14658225 or 5199136. OLE color: 5199136.

HSL color Cylindrical-coordinate representation of color #20554F: hue angle of 173.21º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20554F is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB328579-
CMYK0.6200.070.67
HSL173.21º45.3%22.94%-
HSV(B)173.21º62.35%33.33%-
XYZ5.267.378.54-
YUV68.47133.94101.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=16.33%
G=43.37%
B=40.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285790.6200.070.67173.2145.322.94
Hex20554F3E0743ad2d17
Octal4012511776071032555527
Binary10000010101011001111111110011110000111010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20554F; }

 p { color: rgb(32,85,79); }

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

<style>
 a { background-color: #20554F; }

 a { background-color: rgb(32,85,79); }

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

<style>
 span { border-color: #20554F; }

 span { border-color: rgb(32,85,79); }

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