#54702D

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

Shades of Green Leaf #54702D

Tints of Green Leaf #54702D

Color information

#54702D (or 0x54702D) is unknown color: approx Green Leaf. HEX triplet: 54, 70 and 2D. RGB value is (84,112,45). Sum of RGB (Red+Green+Blue) = 84+112+45=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #54702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54702D is #AB8FD2. Grayscale: #606060. Windows color (decimal): -11243475 or 2977876. OLE color: 2977876.

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

Color convert

RGB8411245-
CMYK0.2500.600.56
HSL85.07º42.68%30.78%-
HSV(B)85.07º59.82%43.92%-
XYZ9.9213.664.6-
YUV95.9999.22119.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=34.85%
G=46.47%
B=18.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112450.2500.600.5685.0742.6830.78
Hex54702D1903C38552b1f
Octal1241605531074701255337
Binary10101001110000101101110010111100111000101010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54702D; }

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

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

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

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

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

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

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

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