#547132

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

Shades of Green Leaf #547132

Tints of Green Leaf #547132

Color information

#547132 (or 0x547132) is unknown color: approx Green Leaf. HEX triplet: 54, 71 and 32. RGB value is (84,113,50). Sum of RGB (Red+Green+Blue) = 84+113+50=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #547132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547132 is #AB8ECD. Grayscale: #616161. Windows color (decimal): -11243214 or 3305812. OLE color: 3305812.

HSL color Cylindrical-coordinate representation of color #547132: hue angle of 87.62º 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 #547132 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB8411350-
CMYK0.2600.560.56
HSL87.62º38.65%31.96%-
HSV(B)87.62º55.75%44.31%-
XYZ10.1413.935.17-
YUV97.15101.39118.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=34.01%
G=45.75%
B=20.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84113500.2600.560.5687.6238.6531.96
Hex5471321A03838582720
Octal1241616232070701304740
Binary101010011100011100101101001110001110001011000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547132; }

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

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

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

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

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

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

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

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