Html Css Color HEX #557132 Green Leaf

📋 copy color: '#557132'

red 85 ◦ green 113 ◦ blue 50

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

Shades of Green Leaf #557132

Tints of Green Leaf #557132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.16%

R = 34.27%
G = 45.56%
B = 20.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#557132 (or 0x557132) is known color: Green Leaf. HEX triplet: 55, 71 and 32. RGB value is (85,113,50). Sum of RGB (Red+Green+Blue) = 85+113+50=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #557132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557132 is #AA8ECD. Grayscale: #616161. Windows color (decimal): -11177678 or 3305813. OLE color: 3305813.

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

Color convert

RGB 85 113 50 -
CMYK 0.25 0 0.56 0.56
HSL 86.67º 0.39% 0.32% -
HSV(B) 86.67º 0.56% 0.44% -
XYZ 10.23 13.97 5.18 -
YUV 97.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 85 113 50 0.25 0 0.56 0.56 86.67 0.39 0.32
Hex 55 71 32 19 0 38 38 57 27 20
Octal 125 161 62 31 0 70 70 127 47 40
Binary 1010101 1110001 110010 11001 0 111000 111000 1010111 100111 100000

Color Harmonies of #557132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557132

Black with #557132

Text Example


Text Example

White with #557132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557132; }

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

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

background-color css

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

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

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

border-color css

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

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

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