#547230

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

Shades of Green Leaf #547230

Tints of Green Leaf #547230

Color information

#547230 (or 0x547230) is unknown color: approx Green Leaf. HEX triplet: 54, 72 and 30. RGB value is (84,114,48). Sum of RGB (Red+Green+Blue) = 84+114+48=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #547230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547230 is #AB8DCF. Grayscale: #616161. Windows color (decimal): -11242960 or 3174996. OLE color: 3174996.

HSL color Cylindrical-coordinate representation of color #547230: hue angle of 87.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #547230 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB8411448-
CMYK0.2600.580.55
HSL87.27º40.74%31.76%-
HSV(B)87.27º57.89%44.71%-
XYZ10.2114.134.99-
YUV97.51100.06118.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.15%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=34.15%
G=46.34%
B=19.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84114480.2600.580.5587.2740.7431.76
Hex5472301A03A37572920
Octal1241626032072671275140
Binary101010011100101100001101001110101101111010111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547230; }

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

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

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

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

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

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

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

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