Html Css Color HEX #547C1F Green Leaf

📋 copy color: '#547C1F'

red 84 ◦ green 124 ◦ blue 31

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

Shades of Green Leaf #547C1F

Tints of Green Leaf #547C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.97%

R = 35.15%
G = 51.88%
B = 12.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#547C1F (or 0x547C1F) is known color: Green Leaf. HEX triplet: 54, 7C and 1F. RGB value is (84,124,31). Sum of RGB (Red+Green+Blue) = 84+124+31=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #547C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547C1F is #AB83E0. Grayscale: #656565. Windows color (decimal): -11240417 or 2063444. OLE color: 2063444.

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

Color convert

RGB 84 124 31 -
CMYK 0.32 0 0.75 0.51
HSL 85.81º 0.6% 0.3% -
HSV(B) 85.81º 0.75% 0.49% -
XYZ 11.11 16.4 3.88 -
YUV 101.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 84 124 31 0.32 0 0.75 0.51 85.81 0.6 0.3
Hex 54 7C 1F 20 0 4B 33 56 3C 1E
Octal 124 174 37 40 0 113 63 126 74 36
Binary 1010100 1111100 11111 100000 0 1001011 110011 1010110 111100 11110

Color Harmonies of #547C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547C1F

Black with #547C1F

Text Example


Text Example

White with #547C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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