Html Css Color HEX #547C14 Green Leaf

📋 copy color: '#547C14'

red 84 ◦ green 124 ◦ blue 20

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

Shades of Green Leaf #547C14

Tints of Green Leaf #547C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 54.39%

 BLUE value IS 20 (8.2% from 255) = 8.77%

R = 36.84%
G = 54.39%
B = 8.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#547C14 (or 0x547C14) is known color: Green Leaf. HEX triplet: 54, 7C and 14. RGB value is (84,124,20). Sum of RGB (Red+Green+Blue) = 84+124+20=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 124 (48.83% from 255 or 54.39% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 124 - color contains mainly: green. Hex color #547C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547C14 is #AB83EB. Grayscale: #646464. Windows color (decimal): -11240428 or 1342548. OLE color: 1342548.

HSL color Cylindrical-coordinate representation of color #547C14: hue angle of 83.08º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #547C14 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 124 20 -
CMYK 0.32 0 0.84 0.51
HSL 83.08º 0.72% 0.28% -
HSV(B) 83.08º 0.84% 0.49% -
XYZ 10.99 16.35 3.24 -
YUV 100.18 82.75 116.46 -
System Red Green Blue C M Y K H S L
Decimal 84 124 20 0.32 0 0.84 0.51 83.08 0.72 0.28
Hex 54 7C 14 20 0 54 33 53 48 1C
Octal 124 174 24 40 0 124 63 123 110 34
Binary 1010100 1111100 10100 100000 0 1010100 110011 1010011 1001000 11100

Color Harmonies of #547C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C14

Black with #547C14

Text Example


Text Example

White with #547C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547C14; }

 p { color: rgb(84,124,20); }

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

background-color css

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

 a { background-color: rgb(84,124,20); }

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

border-color css

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

 span { border-color: rgb(84,124,20); }

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