Html Css Color HEX #547D50 Fern Green

📋 copy color: '#547D50'

red 84 ◦ green 125 ◦ blue 80

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

Shades of Fern Green #547D50

Tints of Fern Green #547D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.25%

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 29.07%
G = 43.25%
B = 27.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#547D50 (or 0x547D50) is known color: Fern Green. HEX triplet: 54, 7D and 50. RGB value is (84,125,80). Sum of RGB (Red+Green+Blue) = 84+125+80=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #547D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D50 is #AB82AF. Grayscale: #6B6B6B. Windows color (decimal): -11240112 or 5274964. OLE color: 5274964.

HSL color Cylindrical-coordinate representation of color #547D50: hue angle of 114.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #547D50 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 125 80 -
CMYK 0.33 0 0.36 0.51
HSL 114.67º 0.22% 0.4% -
HSV(B) 114.67º 0.36% 0.49% -
XYZ 12.44 17.13 10.24 -
YUV 107.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 84 125 80 0.33 0 0.36 0.51 114.67 0.22 0.4
Hex 54 7D 50 21 0 24 33 73 16 28
Octal 124 175 120 41 0 44 63 163 26 50
Binary 1010100 1111101 1010000 100001 0 100100 110011 1110011 10110 101000

Color Harmonies of #547D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547D50

Black with #547D50

Text Example


Text Example

White with #547D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,125,80); }

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

background-color css

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

 a { background-color: rgb(84,125,80); }

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

border-color css

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

 span { border-color: rgb(84,125,80); }

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