Html Css Color HEX #557244 Fern Green

📋 copy color: '#557244'

red 85 ◦ green 114 ◦ blue 68

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

Shades of Fern Green #557244

Tints of Fern Green #557244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.47%

R = 31.84%
G = 42.7%
B = 25.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#557244 (or 0x557244) is known color: Fern Green. HEX triplet: 55, 72 and 44. RGB value is (85,114,68). Sum of RGB (Red+Green+Blue) = 85+114+68=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #557244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557244 is #AA8DBB. Grayscale: #646464. Windows color (decimal): -11177404 or 4485717. OLE color: 4485717.

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

Color convert

RGB 85 114 68 -
CMYK 0.25 0 0.40 0.55
HSL 97.83º 0.25% 0.36% -
HSV(B) 97.83º 0.4% 0.45% -
XYZ 10.81 14.38 7.68 -
YUV 100.09 109.89 117.24 -
System Red Green Blue C M Y K H S L
Decimal 85 114 68 0.25 0 0.40 0.55 97.83 0.25 0.36
Hex 55 72 44 19 0 28 37 62 19 24
Octal 125 162 104 31 0 50 67 142 31 44
Binary 1010101 1110010 1000100 11001 0 101000 110111 1100010 11001 100100

Color Harmonies of #557244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557244

Black with #557244

Text Example


Text Example

White with #557244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557244; }

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

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

background-color css

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

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

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

border-color css

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

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

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