#557134

Color #557134 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #557134

Tints of Green Leaf #557134

Color information

#557134 (or 0x557134) is unknown color: approx Green Leaf. HEX triplet: 55, 71 and 34. RGB value is (85,113,52). Sum of RGB (Red+Green+Blue) = 85+113+52=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #557134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557134 is #AA8ECB. Grayscale: #616161. Windows color (decimal): -11177676 or 3436885. OLE color: 3436885.

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

Color convert

RGB8511352-
CMYK0.2500.540.56
HSL87.54º36.97%32.35%-
HSV(B)87.54º53.98%44.31%-
XYZ10.2713.995.41-
YUV97.67102.22118.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 113 (44.53% from 255) = 45.2%
BLUE value IS 52 (20.70% from 255) = 20.8%
R=34%
G=45.2%
B=20.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113520.2500.540.5687.5436.9732.35
Hex5571341903638582520
Octal1251616431066701304540
Binary101010111100011101001100101101101110001011000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557134; }

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

 H1.HeaderClassName
 {
   color: #557134;
 }
 .AnyTagClassName
 {
   color: #557134;
 }
</style>
background-color css

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

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

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

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

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

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