#296016

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

Shades of Myrtle #296016

Tints of Myrtle #296016

Color information

#296016 (or 0x296016) is unknown color: approx Myrtle. HEX triplet: 29, 60 and 16. RGB value is (41,96,22). Sum of RGB (Red+Green+Blue) = 41+96+22=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #296016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296016 is #D69FE9. Grayscale: #474747. Windows color (decimal): -14065642 or 1466409. OLE color: 1466409.

HSL color Cylindrical-coordinate representation of color #296016: hue angle of 104.59º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #296016 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB419622-
CMYK0.5700.770.62
HSL104.59º62.71%23.14%-
HSV(B)104.59º77.08%37.65%-
XYZ5.248.92.2-
YUV71.12100.28106.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 96 (37.89% from 255) = 60.38%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=25.79%
G=60.38%
B=13.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196220.5700.770.62104.5962.7123.14
Hex2960163904D3E693f17
Octal5114026710115761517727
Binary10100111000001011011100101001101111110110100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296016; }

 p { color: rgb(41,96,22); }

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

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

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

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

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

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

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