#196052

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

Shades of Eden #196052

Tints of Eden #196052

Color information

#196052 (or 0x196052) is unknown color: approx Eden. HEX triplet: 19, 60 and 52. RGB value is (25,96,82). Sum of RGB (Red+Green+Blue) = 25+96+82=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #196052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196052 is #E69FAD. Grayscale: #494949. Windows color (decimal): -15114158 or 5398553. OLE color: 5398553.

HSL color Cylindrical-coordinate representation of color #196052: hue angle of 168.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196052 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB259682-
CMYK0.7400.150.62
HSL168.17º58.68%23.73%-
HSV(B)168.17º73.96%37.65%-
XYZ6.119.189.43-
YUV73.18132.9893.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=12.32%
G=47.29%
B=40.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596820.7400.150.62168.1758.6823.73
Hex1960524A0F3Ea83b18
Octal31140122112017762507330
Binary11001110000010100101001010011111111101010100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196052; }

 p { color: rgb(25,96,82); }

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

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

 a { background-color: rgb(25,96,82); }

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

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

 span { border-color: rgb(25,96,82); }

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