#196004

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

Shades of Myrtle #196004

Tints of Myrtle #196004

Color information

#196004 (or 0x196004) is unknown color: approx Myrtle. HEX triplet: 19, 60 and 04. RGB value is (25,96,4). Sum of RGB (Red+Green+Blue) = 25+96+4=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #196004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196004 is #E69FFB. Grayscale: #404040. Windows color (decimal): -15114236 or 286745. OLE color: 286745.

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

Color convert

RGB25964-
CMYK0.7400.960.62
HSL106.3º92%19.61%-
HSV(B)106.3º95.83%37.65%-
XYZ4.618.581.53-
YUV64.2893.9899.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 76.8%
BLUE value IS 4 (1.95% from 255) = 3.2%
R=20%
G=76.8%
B=3.2%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal259640.7400.960.62106.39219.61
Hex196044A0603E6a5c14
Octal31140411201407615213424
Binary1100111000001001001010011000001111101101010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196004; }

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

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

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

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

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

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

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

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