Html Css Color HEX #54824B Fern Green

📋 copy color: '#54824B'

red 84 ◦ green 130 ◦ blue 75

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

Shades of Fern Green #54824B

Tints of Fern Green #54824B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 29.07%
G = 44.98%
B = 25.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#54824B (or 0x54824B) is known color: Fern Green. HEX triplet: 54, 82 and 4B. RGB value is (84,130,75). Sum of RGB (Red+Green+Blue) = 84+130+75=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #54824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54824B is #AB7DB4. Grayscale: #6E6E6E. Windows color (decimal): -11238837 or 4948564. OLE color: 4948564.

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

Color convert

RGB 84 130 75 -
CMYK 0.35 0 0.42 0.49
HSL 110.18º 0.27% 0.4% -
HSV(B) 110.18º 0.42% 0.51% -
XYZ 12.91 18.36 9.52 -
YUV 109.98 108.26 109.47 -
System Red Green Blue C M Y K H S L
Decimal 84 130 75 0.35 0 0.42 0.49 110.18 0.27 0.4
Hex 54 82 4B 23 0 2A 31 6E 1B 28
Octal 124 202 113 43 0 52 61 156 33 50
Binary 1010100 10000010 1001011 100011 0 101010 110001 1101110 11011 101000

Color Harmonies of #54824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54824B

Black with #54824B

Text Example


Text Example

White with #54824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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