#547030

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

Shades of Green Leaf #547030

Tints of Green Leaf #547030

Color information

#547030 (or 0x547030) is unknown color: approx Green Leaf. HEX triplet: 54, 70 and 30. RGB value is (84,112,48). Sum of RGB (Red+Green+Blue) = 84+112+48=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #547030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547030 is #AB8FCF. Grayscale: #606060. Windows color (decimal): -11243472 or 3174484. OLE color: 3174484.

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

Color convert

RGB8411248-
CMYK0.2500.570.56
HSL86.25º40%31.37%-
HSV(B)86.25º57.14%43.92%-
XYZ9.9813.694.91-
YUV96.33100.72119.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 112 (44.14% from 255) = 45.90%
BLUE value IS 48 (19.14% from 255) = 19.67%
R=34.43%
G=45.90%
B=19.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112480.2500.570.5686.254031.37
Hex547030190393856281f
Octal1241606031071701265037
Binary10101001110000110000110010111001111000101011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547030; }

 p { color: rgb(84,112,48); }

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

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

 a { background-color: rgb(84,112,48); }

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

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

 span { border-color: rgb(84,112,48); }

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