Html Css Color HEX #55712B Green Leaf

📋 copy color: '#55712B'

red 85 ◦ green 113 ◦ blue 43

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

Shades of Green Leaf #55712B

Tints of Green Leaf #55712B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 35.27%
G = 46.89%
B = 17.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#55712B (or 0x55712B) is known color: Green Leaf. HEX triplet: 55, 71 and 2B. RGB value is (85,113,43). Sum of RGB (Red+Green+Blue) = 85+113+43=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #55712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55712B is #AA8ED4. Grayscale: #606060. Windows color (decimal): -11177685 or 2847061. OLE color: 2847061.

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

Color convert

RGB 85 113 43 -
CMYK 0.25 0 0.62 0.56
HSL 84º 0.45% 0.31% -
HSV(B) 84º 0.62% 0.44% -
XYZ 10.09 13.92 4.44 -
YUV 96.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 85 113 43 0.25 0 0.62 0.56 84 0.45 0.31
Hex 55 71 2B 19 0 3E 38 54 2D 1F
Octal 125 161 53 31 0 76 70 124 55 37
Binary 1010101 1110001 101011 11001 0 111110 111000 1010100 101101 11111

Color Harmonies of #55712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55712B

Black with #55712B

Text Example


Text Example

White with #55712B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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