#21725C

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

Shades of Eden #21725C

Tints of Eden #21725C

Color information

#21725C (or 0x21725C) is unknown color: approx Eden. HEX triplet: 21, 72 and 5C. RGB value is (33,114,92). Sum of RGB (Red+Green+Blue) = 33+114+92=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #21725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21725C is #DE8DA3. Grayscale: #575757. Windows color (decimal): -14585252 or 6058529. OLE color: 6058529.

HSL color Cylindrical-coordinate representation of color #21725C: hue angle of 163.7º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #21725C is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB3311492-
CMYK0.7100.190.55
HSL163.7º55.1%28.82%-
HSV(B)163.7º71.05%44.71%-
XYZ8.5813.1312.21-
YUV87.27130.6689.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=13.81%
G=47.70%
B=38.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114920.7100.190.55163.755.128.82
Hex21725C4701337a4371d
Octal41162134107023672446735
Binary1000011110010101110010001110100111101111010010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21725C; }

 p { color: rgb(33,114,92); }

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

<style>
 a { background-color: #21725C; }

 a { background-color: rgb(33,114,92); }

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

<style>
 span { border-color: #21725C; }

 span { border-color: rgb(33,114,92); }

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