#54722A

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

Shades of Green Leaf #54722A

Tints of Green Leaf #54722A

Color information

#54722A (or 0x54722A) is unknown color: approx Green Leaf. HEX triplet: 54, 72 and 2A. RGB value is (84,114,42). Sum of RGB (Red+Green+Blue) = 84+114+42=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #54722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54722A is #AB8DD5. Grayscale: #616161. Windows color (decimal): -11242966 or 2781780. OLE color: 2781780.

HSL color Cylindrical-coordinate representation of color #54722A: hue angle of 85º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54722A is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB8411442-
CMYK0.2600.630.55
HSL85º46.15%30.59%-
HSV(B)85º63.16%44.71%-
XYZ10.0914.094.38-
YUV96.8297.06118.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=35%
G=47.5%
B=17.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84114420.2600.630.558546.1530.59
Hex54722A1A03F37552e1f
Octal1241625232077671255637
Binary10101001110010101010110100111111110111101010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54722A; }

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

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

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

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

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

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

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

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