#196012

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

Shades of Myrtle #196012

Tints of Myrtle #196012

Color information

#196012 (or 0x196012) is unknown color: approx Myrtle. HEX triplet: 19, 60 and 12. RGB value is (25,96,18). Sum of RGB (Red+Green+Blue) = 25+96+18=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #196012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196012 is #E69FED. Grayscale: #424242. Windows color (decimal): -15114222 or 1204249. OLE color: 1204249.

HSL color Cylindrical-coordinate representation of color #196012: hue angle of 114.62º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196012 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB259618-
CMYK0.7400.810.62
HSL114.62º68.42%22.35%-
HSV(B)114.62º81.25%37.65%-
XYZ4.698.621.99-
YUV65.88100.9898.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 96 (37.89% from 255) = 69.06%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=17.99%
G=69.06%
B=12.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596180.7400.810.62114.6268.4222.35
Hex1960124A0513E734416
Octal311402211201217616310426
Binary110011100000100101001010010100011111101110011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196012; }

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

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

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

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

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

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

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

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