#29530D

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

Shades of Myrtle #29530D

Tints of Myrtle #29530D

Color information

#29530D (or 0x29530D) is unknown color: approx Myrtle. HEX triplet: 29, 53 and 0D. RGB value is (41,83,13). Sum of RGB (Red+Green+Blue) = 41+83+13=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #29530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29530D is #D6ACF2. Grayscale: #3E3E3E. Windows color (decimal): -14068979 or 873257. OLE color: 873257.

HSL color Cylindrical-coordinate representation of color #29530D: hue angle of 96º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29530D is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB418313-
CMYK0.5100.840.67
HSL96º72.92%18.82%-
HSV(B)96º84.34%32.55%-
XYZ4.086.691.46-
YUV62.46100.09112.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 83 (32.81% from 255) = 60.58%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=29.93%
G=60.58%
B=9.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183130.5100.840.679672.9218.82
Hex2953D3305443604913
Octal511231563012410314011123
Binary101001101001111011100110101010010000111100000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29530D; }

 p { color: rgb(41,83,13); }

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

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

 a { background-color: rgb(41,83,13); }

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

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

 span { border-color: rgb(41,83,13); }

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