Html Css Color HEX #55711D Green Leaf

📋 copy color: '#55711D'

red 85 ◦ green 113 ◦ blue 29

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

Shades of Green Leaf #55711D

Tints of Green Leaf #55711D

RGB

 RED value IS 85 (33.59% from 255) = 37.44%

 GREEN value IS 113 (44.53% from 255) = 49.78%

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 37.44%
G = 49.78%
B = 12.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#55711D (or 0x55711D) is known color: Green Leaf. HEX triplet: 55, 71 and 1D. RGB value is (85,113,29). Sum of RGB (Red+Green+Blue) = 85+113+29=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #55711D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55711D is #AA8EE2. Grayscale: #5F5F5F. Windows color (decimal): -11177699 or 1929557. OLE color: 1929557.

HSL color Cylindrical-coordinate representation of color #55711D: hue angle of 80º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55711D is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 113 29 -
CMYK 0.25 0 0.74 0.56
HSL 80º 0.59% 0.28% -
HSV(B) 80º 0.74% 0.44% -
XYZ 9.87 13.83 3.31 -
YUV 95.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 85 113 29 0.25 0 0.74 0.56 80 0.59 0.28
Hex 55 71 1D 19 0 4A 38 50 3B 1C
Octal 125 161 35 31 0 112 70 120 73 34
Binary 1010101 1110001 11101 11001 0 1001010 111000 1010000 111011 11100

Color Harmonies of #55711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55711D

Black with #55711D

Text Example


Text Example

White with #55711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,113,29); }

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

background-color css

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

 a { background-color: rgb(85,113,29); }

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

border-color css

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

 span { border-color: rgb(85,113,29); }

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