#196355

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

Shades of Eden #196355

Tints of Eden #196355

Color information

#196355 (or 0x196355) is unknown color: approx Eden. HEX triplet: 19, 63 and 55. RGB value is (25,99,85). Sum of RGB (Red+Green+Blue) = 25+99+85=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #196355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196355 is #E69CAA. Grayscale: #4B4B4B. Windows color (decimal): -15113387 or 5595929. OLE color: 5595929.

HSL color Cylindrical-coordinate representation of color #196355: hue angle of 168.65º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196355 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB259985-
CMYK0.7500.140.61
HSL168.65º59.68%24.31%-
HSV(B)168.65º74.75%38.82%-
XYZ6.59.7910.14-
YUV75.28133.4892.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 99 (39.06% from 255) = 47.37%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=11.96%
G=47.37%
B=40.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599850.7500.140.61168.6559.6824.31
Hex1963554B0E3Da93c18
Octal31143125113016752517430
Binary11001110001110101011001011011101111011010100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196355; }

 p { color: rgb(25,99,85); }

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

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

 a { background-color: rgb(25,99,85); }

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

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

 span { border-color: rgb(25,99,85); }

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