Html Css Color HEX #557331 Green Leaf

📋 copy color: '#557331'

red 85 ◦ green 115 ◦ blue 49

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

Shades of Green Leaf #557331

Tints of Green Leaf #557331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.18%

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

R = 34.14%
G = 46.18%
B = 19.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#557331 (or 0x557331) is known color: Green Leaf. HEX triplet: 55, 73 and 31. RGB value is (85,115,49). Sum of RGB (Red+Green+Blue) = 85+115+49=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #557331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557331 is #AA8CCE. Grayscale: #626262. Windows color (decimal): -11177167 or 3240789. OLE color: 3240789.

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

Color convert

RGB 85 115 49 -
CMYK 0.26 0 0.57 0.55
HSL 87.27º 0.4% 0.32% -
HSV(B) 87.27º 0.57% 0.45% -
XYZ 10.43 14.41 5.14 -
YUV 98.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 85 115 49 0.26 0 0.57 0.55 87.27 0.4 0.32
Hex 55 73 31 1A 0 39 37 57 28 20
Octal 125 163 61 32 0 71 67 127 50 40
Binary 1010101 1110011 110001 11010 0 111001 110111 1010111 101000 100000

Color Harmonies of #557331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557331

Black with #557331

Text Example


Text Example

White with #557331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557331; }

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

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

background-color css

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

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

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

border-color css

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

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

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