Html Css Color HEX #548E42 Fern Green

📋 copy color: '#548E42'

red 84 ◦ green 142 ◦ blue 66

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

Shades of Fern Green #548E42

Tints of Fern Green #548E42

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.63%

 BLUE value IS 66 (26.17% from 255) = 22.6%

R = 28.77%
G = 48.63%
B = 22.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#548E42 (or 0x548E42) is known color: Fern Green. HEX triplet: 54, 8E and 42. RGB value is (84,142,66). Sum of RGB (Red+Green+Blue) = 84+142+66=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #548E42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548E42 is #AB71BD. Grayscale: #747474. Windows color (decimal): -11235774 or 4361812. OLE color: 4361812.

HSL color Cylindrical-coordinate representation of color #548E42: hue angle of 105.79º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #548E42 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 142 66 -
CMYK 0.41 0 0.54 0.44
HSL 105.79º 0.37% 0.41% -
HSV(B) 105.79º 0.54% 0.56% -
XYZ 14.31 21.62 8.57 -
YUV 115.99 99.78 105.18 -
System Red Green Blue C M Y K H S L
Decimal 84 142 66 0.41 0 0.54 0.44 105.79 0.37 0.41
Hex 54 8E 42 29 0 36 2C 6A 25 29
Octal 124 216 102 51 0 66 54 152 45 51
Binary 1010100 10001110 1000010 101001 0 110110 101100 1101010 100101 101001

Color Harmonies of #548E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548E42

Black with #548E42

Text Example


Text Example

White with #548E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548E42; }

 p { color: rgb(84,142,66); }

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

background-color css

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

 a { background-color: rgb(84,142,66); }

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

border-color css

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

 span { border-color: rgb(84,142,66); }

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