#557534

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

Shades of Green Leaf #557534

Tints of Green Leaf #557534

Color information

#557534 (or 0x557534) is unknown color: approx Green Leaf. HEX triplet: 55, 75 and 34. RGB value is (85,117,52). Sum of RGB (Red+Green+Blue) = 85+117+52=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #557534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557534 is #AA8ACB. Grayscale: #646464. Windows color (decimal): -11176652 or 3437909. OLE color: 3437909.

HSL color Cylindrical-coordinate representation of color #557534: hue angle of 89.54º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #557534 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB8511752-
CMYK0.2700.560.54
HSL89.54º38.46%33.14%-
HSV(B)89.54º55.56%45.88%-
XYZ10.7314.95.56-
YUV100.02100.9117.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 117 (46.09% from 255) = 46.06%
BLUE value IS 52 (20.70% from 255) = 20.47%
R=33.46%
G=46.06%
B=20.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117520.2700.560.5489.5438.4633.14
Hex5575341B038365a2621
Octal1251656433070661324641
Binary101010111101011101001101101110001101101011010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557534; }

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

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

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

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

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

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

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

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