Html Css Color HEX #54702D Green Leaf

📋 copy color: '#54702D'

red 84 ◦ green 112 ◦ blue 45

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

Shades of Green Leaf #54702D

Tints of Green Leaf #54702D

RGB

 RED value IS 84 (33.2% 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 value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#54702D (or 0x54702D) is known color: 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

RGB 84 112 45 -
CMYK 0.25 0 0.60 0.56
HSL 85.07º 0.43% 0.31% -
HSV(B) 85.07º 0.6% 0.44% -
XYZ 9.92 13.66 4.6 -
YUV 95.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 84 112 45 0.25 0 0.60 0.56 85.07 0.43 0.31
Hex 54 70 2D 19 0 3C 38 55 2B 1F
Octal 124 160 55 31 0 74 70 125 53 37
Binary 1010100 1110000 101101 11001 0 111100 111000 1010101 101011 11111

Color Harmonies of #54702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54702D

Black with #54702D

Text Example


Text Example

White with #54702D

Text Example


Text Example

HTML Codes & Css Web 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>