Html Css Color HEX #557545 Fern Green

📋 copy color: '#557545'

red 85 ◦ green 117 ◦ blue 69

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

Shades of Fern Green #557545

Tints of Fern Green #557545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.17%

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

R = 31.37%
G = 43.17%
B = 25.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#557545 (or 0x557545) is known color: Fern Green. HEX triplet: 55, 75 and 45. RGB value is (85,117,69). Sum of RGB (Red+Green+Blue) = 85+117+69=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #557545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557545 is #AA8ABA. Grayscale: #666666. Windows color (decimal): -11176635 or 4552021. OLE color: 4552021.

HSL color Cylindrical-coordinate representation of color #557545: hue angle of 100º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #557545 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 69 -
CMYK 0.27 0 0.41 0.54
HSL 100º 0.26% 0.36% -
HSV(B) 100º 0.41% 0.46% -
XYZ 11.18 15.08 7.95 -
YUV 101.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 85 117 69 0.27 0 0.41 0.54 100 0.26 0.36
Hex 55 75 45 1B 0 29 36 64 1A 24
Octal 125 165 105 33 0 51 66 144 32 44
Binary 1010101 1110101 1000101 11011 0 101001 110110 1100100 11010 100100

Color Harmonies of #557545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557545

Black with #557545

Text Example


Text Example

White with #557545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557545; }

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

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

background-color css

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

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

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

border-color css

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

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

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