#547F2F

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

Shades of Green Leaf #547F2F

Tints of Green Leaf #547F2F

Color information

#547F2F (or 0x547F2F) is unknown color: approx Green Leaf. HEX triplet: 54, 7F and 2F. RGB value is (84,127,47). Sum of RGB (Red+Green+Blue) = 84+127+47=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 127 (50% from 255 or 49.22% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 127 - color contains mainly: green. Hex color #547F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547F2F is #AB80D0. Grayscale: #696969. Windows color (decimal): -11239633 or 3112788. OLE color: 3112788.

HSL color Cylindrical-coordinate representation of color #547F2F: hue angle of 92.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #547F2F is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB8412747-
CMYK0.3400.630.50
HSL92.25º45.98%34.12%-
HSV(B)92.25º62.99%49.8%-
XYZ11.7617.275.4-
YUV105.0295.25113-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.56%
GREEN value IS 127 (50% from 255) = 49.22%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=32.56%
G=49.22%
B=18.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84127470.3400.630.5092.2545.9834.12
Hex547F2F2203F325c2e22
Octal1241775742077621345642
Binary1010100111111110111110001001111111100101011100101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547F2F; }

 p { color: rgb(84,127,47); }

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

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

 a { background-color: rgb(84,127,47); }

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

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

 span { border-color: rgb(84,127,47); }

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