#296010

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

Shades of Myrtle #296010

Tints of Myrtle #296010

Color information

#296010 (or 0x296010) is unknown color: approx Myrtle. HEX triplet: 29, 60 and 10. RGB value is (41,96,16). Sum of RGB (Red+Green+Blue) = 41+96+16=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #296010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296010 is #D69FEF. Grayscale: #464646. Windows color (decimal): -14065648 or 1073193. OLE color: 1073193.

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

Color convert

RGB419616-
CMYK0.5700.830.62
HSL101.25º71.43%21.96%-
HSV(B)101.25º83.33%37.65%-
XYZ5.198.871.93-
YUV70.4397.28107-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 96 (37.89% from 255) = 62.75%
BLUE value IS 16 (6.64% from 255) = 10.46%
R=26.80%
G=62.75%
B=10.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4196160.5700.830.62101.2571.4321.96
Hex296010390533E654716
Octal51140207101237614510726
Binary101001110000010000111001010100111111101100101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296010; }

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

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

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

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

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

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

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

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