#196512

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

Shades of Myrtle #196512

Tints of Myrtle #196512

Color information

#196512 (or 0x196512) is unknown color: approx Myrtle. HEX triplet: 19, 65 and 12. RGB value is (25,101,18). Sum of RGB (Red+Green+Blue) = 25+101+18=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 101 (39.84% from 255 or 70.14% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 101 - color contains mainly: green. Hex color #196512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196512 is #E69AED. Grayscale: #454545. Windows color (decimal): -15112942 or 1205529. OLE color: 1205529.

HSL color Cylindrical-coordinate representation of color #196512: hue angle of 114.94º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196512 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB2510118-
CMYK0.7500.820.60
HSL114.94º69.75%23.33%-
HSV(B)114.94º82.18%39.61%-
XYZ5.169.562.14-
YUV68.8199.3296.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 101 (39.84% from 255) = 70.14%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=17.36%
G=70.14%
B=12.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25101180.7500.820.60114.9469.7523.33
Hex1965124B0523C734617
Octal311452211301227416310627
Binary110011100101100101001011010100101111001110011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196512; }

 p { color: rgb(25,101,18); }

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

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

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

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

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

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

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