#196053

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

Shades of Eden #196053

Tints of Eden #196053

Color information

#196053 (or 0x196053) is unknown color: approx Eden. HEX triplet: 19, 60 and 53. RGB value is (25,96,83). Sum of RGB (Red+Green+Blue) = 25+96+83=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #196053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196053 is #E69FAC. Grayscale: #494949. Windows color (decimal): -15114157 or 5464089. OLE color: 5464089.

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

Color convert

RGB259683-
CMYK0.7400.140.62
HSL169.01º58.68%23.73%-
HSV(B)169.01º73.96%37.65%-
XYZ6.159.29.63-
YUV73.29133.4893.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=12.25%
G=47.06%
B=40.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596830.7400.140.62169.0158.6823.73
Hex1960534A0E3Ea93b18
Octal31140123112016762517330
Binary11001110000010100111001010011101111101010100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196053; }

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

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

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

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

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

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

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

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