Html Css Color HEX #557131 Green Leaf

📋 copy color: '#557131'

red 85 ◦ green 113 ◦ blue 49

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

Shades of Green Leaf #557131

Tints of Green Leaf #557131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 34.41%
G = 45.75%
B = 19.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#557131 (or 0x557131) is known color: Green Leaf. HEX triplet: 55, 71 and 31. RGB value is (85,113,49). Sum of RGB (Red+Green+Blue) = 85+113+49=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #557131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557131 is #AA8ECE. Grayscale: #616161. Windows color (decimal): -11177679 or 3240277. OLE color: 3240277.

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

Color convert

RGB 85 113 49 -
CMYK 0.25 0 0.57 0.56
HSL 86.25º 0.4% 0.32% -
HSV(B) 86.25º 0.57% 0.44% -
XYZ 10.21 13.96 5.06 -
YUV 97.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 85 113 49 0.25 0 0.57 0.56 86.25 0.4 0.32
Hex 55 71 31 19 0 39 38 56 28 20
Octal 125 161 61 31 0 71 70 126 50 40
Binary 1010101 1110001 110001 11001 0 111001 111000 1010110 101000 100000

Color Harmonies of #557131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557131

Black with #557131

Text Example


Text Example

White with #557131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557131; }

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

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

background-color css

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

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

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

border-color css

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

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

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