#54702F

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

Shades of Green Leaf #54702F

Tints of Green Leaf #54702F

Color information

#54702F (or 0x54702F) is unknown color: approx Green Leaf. HEX triplet: 54, 70 and 2F. RGB value is (84,112,47). Sum of RGB (Red+Green+Blue) = 84+112+47=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #54702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54702F is #AB8FD0. Grayscale: #606060. Windows color (decimal): -11243473 or 3108948. OLE color: 3108948.

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

Color convert

RGB8411247-
CMYK0.2500.580.56
HSL85.85º40.88%31.18%-
HSV(B)85.85º58.04%43.92%-
XYZ9.9613.684.8-
YUV96.22100.22119.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=34.57%
G=46.09%
B=19.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112470.2500.580.5685.8540.8831.18
Hex54702F1903A3856291f
Octal1241605731072701265137
Binary10101001110000101111110010111010111000101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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