Html Css Color HEX #54702A Green Leaf

📋 copy color: '#54702A'

red 84 ◦ green 112 ◦ blue 42

#54702A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #54702A

Tints of Green Leaf #54702A

RGB

 RED value IS 84 (33.2% from 255) = 35.29%

 GREEN value IS 112 (44.14% from 255) = 47.06%

 BLUE value IS 42 (16.8% from 255) = 17.65%

R = 35.29%
G = 47.06%
B = 17.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#54702A (or 0x54702A) is known color: Green Leaf. HEX triplet: 54, 70 and 2A. RGB value is (84,112,42). Sum of RGB (Red+Green+Blue) = 84+112+42=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #54702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54702A is #AB8FD5. Grayscale: #5F5F5F. Windows color (decimal): -11243478 or 2781268. OLE color: 2781268.

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

Color convert

RGB 84 112 42 -
CMYK 0.25 0 0.62 0.56
HSL 84º 0.45% 0.3% -
HSV(B) 84º 0.63% 0.44% -
XYZ 9.87 13.64 4.3 -
YUV 95.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 84 112 42 0.25 0 0.62 0.56 84 0.45 0.3
Hex 54 70 2A 19 0 3E 38 54 2D 1E
Octal 124 160 52 31 0 76 70 124 55 36
Binary 1010100 1110000 101010 11001 0 111110 111000 1010100 101101 11110

Color Harmonies of #54702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54702A

Black with #54702A

Text Example


Text Example

White with #54702A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54702A;
 }
 .AnyTagClassName
 {
   color: #54702A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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