Html Css Color HEX #557248 Fern Green

📋 copy color: '#557248'

red 85 ◦ green 114 ◦ blue 72

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

Shades of Fern Green #557248

Tints of Fern Green #557248

RGB

 RED value IS 85 (33.59% from 255) = 31.37%

 GREEN value IS 114 (44.92% from 255) = 42.07%

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 31.37%
G = 42.07%
B = 26.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#557248 (or 0x557248) is known color: Fern Green. HEX triplet: 55, 72 and 48. RGB value is (85,114,72). Sum of RGB (Red+Green+Blue) = 85+114+72=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 114 - color contains mainly: green. Hex color #557248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557248 is #AA8DB7. Grayscale: #646464. Windows color (decimal): -11177400 or 4747861. OLE color: 4747861.

HSL color Cylindrical-coordinate representation of color #557248: hue angle of 101.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #557248 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 72 -
CMYK 0.25 0 0.37 0.55
HSL 101.43º 0.23% 0.36% -
HSV(B) 101.43º 0.37% 0.45% -
XYZ 10.93 14.43 8.34 -
YUV 100.54 111.89 116.92 -
System Red Green Blue C M Y K H S L
Decimal 85 114 72 0.25 0 0.37 0.55 101.43 0.23 0.36
Hex 55 72 48 19 0 25 37 65 17 24
Octal 125 162 110 31 0 45 67 145 27 44
Binary 1010101 1110010 1001000 11001 0 100101 110111 1100101 10111 100100

Color Harmonies of #557248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557248

Black with #557248

Text Example


Text Example

White with #557248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557248; }

 p { color: rgb(85,114,72); }

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

background-color css

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

 a { background-color: rgb(85,114,72); }

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

border-color css

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

 span { border-color: rgb(85,114,72); }

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