#196019

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

Shades of Myrtle #196019

Tints of Myrtle #196019

Color information

#196019 (or 0x196019) is unknown color: approx Myrtle. HEX triplet: 19, 60 and 19. RGB value is (25,96,25). Sum of RGB (Red+Green+Blue) = 25+96+25=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #196019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196019 is #E69FE6. Grayscale: #424242. Windows color (decimal): -15114215 or 1663001. OLE color: 1663001.

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

Color convert

RGB259625-
CMYK0.7400.740.62
HSL120º58.68%23.73%-
HSV(B)120º73.96%37.65%-
XYZ4.768.642.34-
YUV66.68104.4898.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.12%
GREEN value IS 96 (37.89% from 255) = 65.75%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=17.12%
G=65.75%
B=17.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596250.7400.740.6212058.6823.73
Hex1960194A04A3E783b18
Octal31140311120112761707330
Binary11001110000011001100101001001010111110111100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196019; }

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

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

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

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

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

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

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

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