Html Css Color HEX #54824A Fern Green

📋 copy color: '#54824A'

red 84 ◦ green 130 ◦ blue 74

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

Shades of Fern Green #54824A

Tints of Fern Green #54824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.14%

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 29.17%
G = 45.14%
B = 25.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#54824A (or 0x54824A) is known color: Fern Green. HEX triplet: 54, 82 and 4A. RGB value is (84,130,74). Sum of RGB (Red+Green+Blue) = 84+130+74=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #54824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54824A is #AB7DB5. Grayscale: #6E6E6E. Windows color (decimal): -11238838 or 4883028. OLE color: 4883028.

HSL color Cylindrical-coordinate representation of color #54824A: hue angle of 109.29º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54824A is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 130 74 -
CMYK 0.35 0 0.43 0.49
HSL 109.29º 0.27% 0.4% -
HSV(B) 109.29º 0.43% 0.51% -
XYZ 12.87 18.34 9.34 -
YUV 109.86 107.76 109.55 -
System Red Green Blue C M Y K H S L
Decimal 84 130 74 0.35 0 0.43 0.49 109.29 0.27 0.4
Hex 54 82 4A 23 0 2B 31 6D 1B 28
Octal 124 202 112 43 0 53 61 155 33 50
Binary 1010100 10000010 1001010 100011 0 101011 110001 1101101 11011 101000

Color Harmonies of #54824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54824A

Black with #54824A

Text Example


Text Example

White with #54824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54824A; }

 p { color: rgb(84,130,74); }

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

background-color css

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

 a { background-color: rgb(84,130,74); }

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

border-color css

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

 span { border-color: rgb(84,130,74); }

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