Html Css Color HEX #55711A Green Leaf

📋 copy color: '#55711A'

red 85 ◦ green 113 ◦ blue 26

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

Shades of Green Leaf #55711A

Tints of Green Leaf #55711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.61%

R = 37.95%
G = 50.45%
B = 11.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#55711A (or 0x55711A) is known color: Green Leaf. HEX triplet: 55, 71 and 1A. RGB value is (85,113,26). Sum of RGB (Red+Green+Blue) = 85+113+26=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #55711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55711A is #AA8EE5. Grayscale: #5F5F5F. Windows color (decimal): -11177702 or 1732949. OLE color: 1732949.

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

Color convert

RGB 85 113 26 -
CMYK 0.25 0 0.77 0.56
HSL 79.31º 0.63% 0.27% -
HSV(B) 79.31º 0.77% 0.44% -
XYZ 9.84 13.82 3.13 -
YUV 94.71 89.22 121.07 -
System Red Green Blue C M Y K H S L
Decimal 85 113 26 0.25 0 0.77 0.56 79.31 0.63 0.27
Hex 55 71 1A 19 0 4D 38 4F 3F 1B
Octal 125 161 32 31 0 115 70 117 77 33
Binary 1010101 1110001 11010 11001 0 1001101 111000 1001111 111111 11011

Color Harmonies of #55711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55711A

Black with #55711A

Text Example


Text Example

White with #55711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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