Html Css Color HEX #547248 Fern Green

📋 copy color: '#547248'

red 84 ◦ green 114 ◦ blue 72

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

Shades of Fern Green #547248

Tints of Fern Green #547248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.22%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 31.11%
G = 42.22%
B = 26.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#547248 (or 0x547248) is known color: Fern Green. HEX triplet: 54, 72 and 48. RGB value is (84,114,72). Sum of RGB (Red+Green+Blue) = 84+114+72=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #547248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #547248 is #AB8DB7. Grayscale: #646464. Windows color (decimal): -11242936 or 4747860. OLE color: 4747860.

HSL color Cylindrical-coordinate representation of color #547248: hue angle of 102.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #547248 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 114 72 -
CMYK 0.26 0 0.37 0.55
HSL 102.86º 0.23% 0.36% -
HSV(B) 102.86º 0.37% 0.45% -
XYZ 10.84 14.39 8.34 -
YUV 100.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 84 114 72 0.26 0 0.37 0.55 102.86 0.23 0.36
Hex 54 72 48 1A 0 25 37 67 17 24
Octal 124 162 110 32 0 45 67 147 27 44
Binary 1010100 1110010 1001000 11010 0 100101 110111 1100111 10111 100100

Color Harmonies of #547248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547248

Black with #547248

Text Example


Text Example

White with #547248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547248; }

 p { color: rgb(84,114,72); }

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

background-color css

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

 a { background-color: rgb(84,114,72); }

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

border-color css

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

 span { border-color: rgb(84,114,72); }

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