Html Css Color HEX #557841 Fern Green

📋 copy color: '#557841'

red 85 ◦ green 120 ◦ blue 65

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

Shades of Fern Green #557841

Tints of Fern Green #557841

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.44%

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 31.48%
G = 44.44%
B = 24.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#557841 (or 0x557841) is known color: Fern Green. HEX triplet: 55, 78 and 41. RGB value is (85,120,65). Sum of RGB (Red+Green+Blue) = 85+120+65=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #557841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557841 is #AA87BE. Grayscale: #676767. Windows color (decimal): -11175871 or 4290645. OLE color: 4290645.

HSL color Cylindrical-coordinate representation of color #557841: hue angle of 98.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #557841 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 120 65 -
CMYK 0.29 0 0.46 0.53
HSL 98.18º 0.3% 0.36% -
HSV(B) 98.18º 0.46% 0.47% -
XYZ 11.42 15.75 7.44 -
YUV 103.27 106.4 114.97 -
System Red Green Blue C M Y K H S L
Decimal 85 120 65 0.29 0 0.46 0.53 98.18 0.3 0.36
Hex 55 78 41 1D 0 2E 35 62 1E 24
Octal 125 170 101 35 0 56 65 142 36 44
Binary 1010101 1111000 1000001 11101 0 101110 110101 1100010 11110 100100

Color Harmonies of #557841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557841

Black with #557841

Text Example


Text Example

White with #557841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557841; }

 p { color: rgb(85,120,65); }

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

background-color css

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

 a { background-color: rgb(85,120,65); }

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

border-color css

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

 span { border-color: rgb(85,120,65); }

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