#196852

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

Shades of Eden #196852

Tints of Eden #196852

Color information

#196852 (or 0x196852) is unknown color: approx Eden. HEX triplet: 19, 68 and 52. RGB value is (25,104,82). Sum of RGB (Red+Green+Blue) = 25+104+82=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #196852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196852 is #E697AD. Grayscale: #4D4D4D. Windows color (decimal): -15112110 or 5400601. OLE color: 5400601.

HSL color Cylindrical-coordinate representation of color #196852: hue angle of 163.29º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196852 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB2510482-
CMYK0.7600.210.59
HSL163.29º61.24%25.29%-
HSV(B)163.29º75.96%40.78%-
XYZ6.8710.729.69-
YUV77.87130.3390.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.85%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=11.85%
G=49.29%
B=38.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25104820.7600.210.59163.2961.2425.29
Hex1968524C0153Ba33d19
Octal31150122114025732437531
Binary110011101000101001010011000101011110111010001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196852; }

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

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

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

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

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

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

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

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