#196252

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

Shades of Eden #196252

Tints of Eden #196252

Color information

#196252 (or 0x196252) is unknown color: approx Eden. HEX triplet: 19, 62 and 52. RGB value is (25,98,82). Sum of RGB (Red+Green+Blue) = 25+98+82=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #196252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196252 is #E69DAD. Grayscale: #4A4A4A. Windows color (decimal): -15113646 or 5399065. OLE color: 5399065.

HSL color Cylindrical-coordinate representation of color #196252: hue angle of 166.85º 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 #196252 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB259882-
CMYK0.7400.160.62
HSL166.85º59.35%24.12%-
HSV(B)166.85º74.49%38.43%-
XYZ6.299.559.49-
YUV74.35132.3292.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 82 (32.42% from 255) = 40%
R=12.20%
G=47.80%
B=40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598820.7400.160.62166.8559.3524.12
Hex1962524A0103Ea73b18
Octal31142122112020762477330
Binary110011100010101001010010100100001111101010011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196252; }

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

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

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

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

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

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

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

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