Html Css Color HEX #29550D Myrtle

📋 copy color: '#29550D'

red 41 ◦ green 85 ◦ blue 13

#29550D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #29550D

Tints of Myrtle #29550D

RGB

 RED value IS 41 (16.41% from 255) = 29.5%

 GREEN value IS 85 (33.59% from 255) = 61.15%

 BLUE value IS 13 (5.47% from 255) = 9.35%

R = 29.5%
G = 61.15%
B = 9.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#29550D (or 0x29550D) is known color: Myrtle. HEX triplet: 29, 55 and 0D. RGB value is (41,85,13). Sum of RGB (Red+Green+Blue) = 41+85+13=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #29550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #29550D is #D6AAF2. Grayscale: #3F3F3F. Windows color (decimal): -14068467 or 873769. OLE color: 873769.

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

Color convert

RGB 41 85 13 -
CMYK 0.52 0 0.85 0.67
HSL 96.67º 0.73% 0.19% -
HSV(B) 96.67º 0.85% 0.33% -
XYZ 4.24 7 1.51 -
YUV 63.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 41 85 13 0.52 0 0.85 0.67 96.67 0.73 0.19
Hex 29 55 D 34 0 55 43 61 49 13
Octal 51 125 15 64 0 125 103 141 111 23
Binary 101001 1010101 1101 110100 0 1010101 1000011 1100001 1001001 10011

Color Harmonies of #29550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29550D

Black with #29550D

Text Example


Text Example

White with #29550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29550D;
 }
 .AnyTagClassName
 {
   color: #29550D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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