Html Css Color HEX #557145 Fern Green

📋 copy color: '#557145'

red 85 ◦ green 113 ◦ blue 69

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

Shades of Fern Green #557145

Tints of Fern Green #557145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.32%

 BLUE value IS 69 (27.34% from 255) = 25.84%

R = 31.84%
G = 42.32%
B = 25.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#557145 (or 0x557145) is known color: Fern Green. HEX triplet: 55, 71 and 45. RGB value is (85,113,69). Sum of RGB (Red+Green+Blue) = 85+113+69=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #557145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557145 is #AA8EBA. Grayscale: #636363. Windows color (decimal): -11177659 or 4550997. OLE color: 4550997.

HSL color Cylindrical-coordinate representation of color #557145: hue angle of 98.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #557145 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 113 69 -
CMYK 0.25 0 0.39 0.56
HSL 98.18º 0.24% 0.36% -
HSV(B) 98.18º 0.39% 0.44% -
XYZ 10.73 14.17 7.8 -
YUV 99.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 85 113 69 0.25 0 0.39 0.56 98.18 0.24 0.36
Hex 55 71 45 19 0 27 38 62 18 24
Octal 125 161 105 31 0 47 70 142 30 44
Binary 1010101 1110001 1000101 11001 0 100111 111000 1100010 11000 100100

Color Harmonies of #557145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557145

Black with #557145

Text Example


Text Example

White with #557145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557145; }

 p { color: rgb(85,113,69); }

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

background-color css

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

 a { background-color: rgb(85,113,69); }

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

border-color css

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

 span { border-color: rgb(85,113,69); }

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