#547530

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

Shades of Green Leaf #547530

Tints of Green Leaf #547530

Color information

#547530 (or 0x547530) is unknown color: approx Green Leaf. HEX triplet: 54, 75 and 30. RGB value is (84,117,48). Sum of RGB (Red+Green+Blue) = 84+117+48=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #547530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547530 is #AB8ACF. Grayscale: #636363. Windows color (decimal): -11242192 or 3175764. OLE color: 3175764.

HSL color Cylindrical-coordinate representation of color #547530: hue angle of 88.7º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #547530 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB8411748-
CMYK0.2800.590.54
HSL88.7º41.82%32.35%-
HSV(B)88.7º58.97%45.88%-
XYZ10.5514.825.1-
YUV99.2799.07117.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.73%
GREEN value IS 117 (46.09% from 255) = 46.99%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=33.73%
G=46.99%
B=19.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84117480.2800.590.5488.741.8232.35
Hex5475301C03B36592a20
Octal1241656034073661315240
Binary101010011101011100001110001110111101101011001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547530; }

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

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

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

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

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

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

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

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