Html Css Color HEX #548035 Fern Green

📋 copy color: '#548035'

red 84 ◦ green 128 ◦ blue 53

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

Shades of Fern Green #548035

Tints of Fern Green #548035

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.3%

 BLUE value IS 53 (21.09% from 255) = 20%

R = 31.7%
G = 48.3%
B = 20%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#548035 (or 0x548035) is known color: Fern Green. HEX triplet: 54, 80 and 35. RGB value is (84,128,53). Sum of RGB (Red+Green+Blue) = 84+128+53=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #548035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548035 is #AB7FCA. Grayscale: #6A6A6A. Windows color (decimal): -11239371 or 3506260. OLE color: 3506260.

HSL color Cylindrical-coordinate representation of color #548035: hue angle of 95.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548035 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 128 53 -
CMYK 0.34 0 0.59 0.50
HSL 95.2º 0.41% 0.35% -
HSV(B) 95.2º 0.59% 0.5% -
XYZ 12.02 17.58 6.13 -
YUV 106.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 84 128 53 0.34 0 0.59 0.50 95.2 0.41 0.35
Hex 54 80 35 22 0 3B 32 5F 29 23
Octal 124 200 65 42 0 73 62 137 51 43
Binary 1010100 10000000 110101 100010 0 111011 110010 1011111 101001 100011

Color Harmonies of #548035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548035

Black with #548035

Text Example


Text Example

White with #548035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548035; }

 p { color: rgb(84,128,53); }

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

background-color css

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

 a { background-color: rgb(84,128,53); }

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

border-color css

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

 span { border-color: rgb(84,128,53); }

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