Html Css Color HEX #547020 Green Leaf

📋 copy color: '#547020'

red 84 ◦ green 112 ◦ blue 32

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

Shades of Green Leaf #547020

Tints of Green Leaf #547020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 36.84%
G = 49.12%
B = 14.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#547020 (or 0x547020) is known color: Green Leaf. HEX triplet: 54, 70 and 20. RGB value is (84,112,32). Sum of RGB (Red+Green+Blue) = 84+112+32=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #547020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547020 is #AB8FDF. Grayscale: #5E5E5E. Windows color (decimal): -11243488 or 2125908. OLE color: 2125908.

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

Color convert

RGB 84 112 32 -
CMYK 0.25 0 0.71 0.56
HSL 81º 0.56% 0.28% -
HSV(B) 81º 0.71% 0.44% -
XYZ 9.71 13.58 3.48 -
YUV 94.51 92.72 120.5 -
System Red Green Blue C M Y K H S L
Decimal 84 112 32 0.25 0 0.71 0.56 81 0.56 0.28
Hex 54 70 20 19 0 47 38 51 38 1C
Octal 124 160 40 31 0 107 70 121 70 34
Binary 1010100 1110000 100000 11001 0 1000111 111000 1010001 111000 11100

Color Harmonies of #547020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547020

Black with #547020

Text Example


Text Example

White with #547020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547020; }

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

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

background-color css

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

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

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

border-color css

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

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

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