#29550C

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

Shades of Myrtle #29550C

Tints of Myrtle #29550C

Color information

#29550C (or 0x29550C) is unknown color: approx Myrtle. HEX triplet: 29, 55 and 0C. RGB value is (41,85,12). Sum of RGB (Red+Green+Blue) = 41+85+12=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #29550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29550C is #D6AAF3. Grayscale: #3F3F3F. Windows color (decimal): -14068468 or 808233. OLE color: 808233.

HSL color Cylindrical-coordinate representation of color #29550C: hue angle of 96.16º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #29550C is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB418512-
CMYK0.5200.860.67
HSL96.16º75.26%19.02%-
HSV(B)96.16º85.88%33.33%-
XYZ4.236.991.48-
YUV63.5298.92111.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 85 (33.59% from 255) = 61.59%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=29.71%
G=61.59%
B=8.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185120.5200.860.6796.1675.2619.02
Hex2955C3405643604b13
Octal511251464012610314011323
Binary101001101010111001101000101011010000111100000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29550C; }

 p { color: rgb(41,85,12); }

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

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

 a { background-color: rgb(41,85,12); }

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

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

 span { border-color: rgb(41,85,12); }

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