Html Css Color HEX #548234 Fern Green

📋 copy color: '#548234'

red 84 ◦ green 130 ◦ blue 52

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

Shades of Fern Green #548234

Tints of Fern Green #548234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.55%

R = 31.58%
G = 48.87%
B = 19.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#548234 (or 0x548234) is known color: Fern Green. HEX triplet: 54, 82 and 34. RGB value is (84,130,52). Sum of RGB (Red+Green+Blue) = 84+130+52=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #548234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548234 is #AB7DCB. Grayscale: #6B6B6B. Windows color (decimal): -11238860 or 3441236. OLE color: 3441236.

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

Color convert

RGB 84 130 52 -
CMYK 0.35 0 0.60 0.49
HSL 95.38º 0.43% 0.36% -
HSV(B) 95.38º 0.6% 0.51% -
XYZ 12.26 18.1 6.1 -
YUV 107.35 96.76 111.34 -
System Red Green Blue C M Y K H S L
Decimal 84 130 52 0.35 0 0.60 0.49 95.38 0.43 0.36
Hex 54 82 34 23 0 3C 31 5F 2B 24
Octal 124 202 64 43 0 74 61 137 53 44
Binary 1010100 10000010 110100 100011 0 111100 110001 1011111 101011 100100

Color Harmonies of #548234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548234

Black with #548234

Text Example


Text Example

White with #548234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548234; }

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

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

background-color css

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

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

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

border-color css

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

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

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