Html Css Color HEX #557745 Fern Green

📋 copy color: '#557745'

red 85 ◦ green 119 ◦ blue 69

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

Shades of Fern Green #557745

Tints of Fern Green #557745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.59%

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

R = 31.14%
G = 43.59%
B = 25.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#557745 (or 0x557745) is known color: Fern Green. HEX triplet: 55, 77 and 45. RGB value is (85,119,69). Sum of RGB (Red+Green+Blue) = 85+119+69=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #557745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557745 is #AA88BA. Grayscale: #676767. Windows color (decimal): -11176123 or 4552533. OLE color: 4552533.

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

Color convert

RGB 85 119 69 -
CMYK 0.29 0 0.42 0.53
HSL 100.8º 0.27% 0.37% -
HSV(B) 100.8º 0.42% 0.47% -
XYZ 11.42 15.55 8.03 -
YUV 103.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 85 119 69 0.29 0 0.42 0.53 100.8 0.27 0.37
Hex 55 77 45 1D 0 2A 35 65 1B 25
Octal 125 167 105 35 0 52 65 145 33 45
Binary 1010101 1110111 1000101 11101 0 101010 110101 1100101 11011 100101

Color Harmonies of #557745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557745

Black with #557745

Text Example


Text Example

White with #557745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557745; }

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

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

background-color css

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

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

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

border-color css

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

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

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