#54701A

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

Shades of Green Leaf #54701A

Tints of Green Leaf #54701A

Color information

#54701A (or 0x54701A) is unknown color: approx Green Leaf. HEX triplet: 54, 70 and 1A. RGB value is (84,112,26). Sum of RGB (Red+Green+Blue) = 84+112+26=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #54701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54701A is #AB8FE5. Grayscale: #5E5E5E. Windows color (decimal): -11243494 or 1732692. OLE color: 1732692.

HSL color Cylindrical-coordinate representation of color #54701A: hue angle of 79.53º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54701A is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB8411226-
CMYK0.2500.770.56
HSL79.53º62.32%27.06%-
HSV(B)79.53º76.79%43.92%-
XYZ9.6413.553.08-
YUV93.8289.72120.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 26 (10.55% from 255) = 11.71%
R=37.84%
G=50.45%
B=11.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84112260.2500.770.5679.5362.3227.06
Hex54701A1904D38503e1b
Octal12416032310115701207633
Binary10101001110000110101100101001101111000101000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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