#547F2A

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

Shades of Green Leaf #547F2A

Tints of Green Leaf #547F2A

Color information

#547F2A (or 0x547F2A) is unknown color: approx Green Leaf. HEX triplet: 54, 7F and 2A. RGB value is (84,127,42). Sum of RGB (Red+Green+Blue) = 84+127+42=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #547F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547F2A is #AB80D5. Grayscale: #686868. Windows color (decimal): -11239638 or 2785108. OLE color: 2785108.

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

Color convert

RGB8412742-
CMYK0.3400.670.50
HSL90.35º50.3%33.14%-
HSV(B)90.35º66.93%49.8%-
XYZ11.6617.234.9-
YUV104.4592.75113.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.20%
GREEN value IS 127 (50% from 255) = 50.20%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=33.20%
G=50.20%
B=16.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84127420.3400.670.5090.3550.333.14
Hex547F2A22043325a3221
Octal12417752420103621326241
Binary10101001111111101010100010010000111100101011010110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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