#199B5D

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

Shades of Eucalyptus #199B5D

Tints of Eucalyptus #199B5D

Color information

#199B5D (or 0x199B5D) is unknown color: approx Eucalyptus. HEX triplet: 19, 9B and 5D. RGB value is (25,155,93). Sum of RGB (Red+Green+Blue) = 25+155+93=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #199B5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199B5D is #E664A2. Grayscale: #6D6D6D. Windows color (decimal): -15099043 or 6134553. OLE color: 6134553.

HSL color Cylindrical-coordinate representation of color #199B5D: hue angle of 151.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B5D is Cyan = 0.84, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB2515593-
CMYK0.8400.40.39
HSL151.38º72.22%35.29%-
HSV(B)151.38º83.87%60.78%-
XYZ14.124.4414.33-
YUV109.06118.9368.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 155 (60.94% from 255) = 56.78%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=9.16%
G=56.78%
B=34.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25155930.8400.40.39151.3872.2235.29
Hex199B5D5402827974823
Octal312331351240504722711043
Binary1100110011011101110110101000101000100111100101111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199B5D; }

 p { color: rgb(25,155,93); }

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

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

 a { background-color: rgb(25,155,93); }

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

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

 span { border-color: rgb(25,155,93); }

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