Html Css Color HEX #55712F Green Leaf

📋 copy color: '#55712F'

red 85 ◦ green 113 ◦ blue 47

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

Shades of Green Leaf #55712F

Tints of Green Leaf #55712F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.18%

R = 34.69%
G = 46.12%
B = 19.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#55712F (or 0x55712F) is known color: Green Leaf. HEX triplet: 55, 71 and 2F. RGB value is (85,113,47). Sum of RGB (Red+Green+Blue) = 85+113+47=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #55712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55712F is #AA8ED0. Grayscale: #616161. Windows color (decimal): -11177681 or 3109205. OLE color: 3109205.

HSL color Cylindrical-coordinate representation of color #55712F: hue angle of 85.45º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55712F is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 113 47 -
CMYK 0.25 0 0.58 0.56
HSL 85.45º 0.41% 0.31% -
HSV(B) 85.45º 0.58% 0.44% -
XYZ 10.16 13.95 4.85 -
YUV 97.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 85 113 47 0.25 0 0.58 0.56 85.45 0.41 0.31
Hex 55 71 2F 19 0 3A 38 55 29 1F
Octal 125 161 57 31 0 72 70 125 51 37
Binary 1010101 1110001 101111 11001 0 111010 111000 1010101 101001 11111

Color Harmonies of #55712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55712F

Black with #55712F

Text Example


Text Example

White with #55712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55712F; }

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

 H1.HeaderClassName
 {
   color: #55712F;
 }
 .AnyTagClassName
 {
   color: #55712F;
 }
</style>

background-color css

<style>
 a { background-color: #55712F; }

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

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

border-color css

<style>
 span { border-color: #55712F; }

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

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