Html Css Color HEX #557748 Fern Green

📋 copy color: '#557748'

red 85 ◦ green 119 ◦ blue 72

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

Shades of Fern Green #557748

Tints of Fern Green #557748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.09%

R = 30.8%
G = 43.12%
B = 26.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#557748 (or 0x557748) is known color: Fern Green. HEX triplet: 55, 77 and 48. RGB value is (85,119,72). Sum of RGB (Red+Green+Blue) = 85+119+72=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #557748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557748 is #AA88B7. Grayscale: #676767. Windows color (decimal): -11176120 or 4749141. OLE color: 4749141.

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

Color convert

RGB 85 119 72 -
CMYK 0.29 0 0.39 0.53
HSL 103.4º 0.25% 0.37% -
HSV(B) 103.4º 0.39% 0.47% -
XYZ 11.51 15.59 8.53 -
YUV 103.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 85 119 72 0.29 0 0.39 0.53 103.4 0.25 0.37
Hex 55 77 48 1D 0 27 35 67 19 25
Octal 125 167 110 35 0 47 65 147 31 45
Binary 1010101 1110111 1001000 11101 0 100111 110101 1100111 11001 100101

Color Harmonies of #557748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557748

Black with #557748

Text Example


Text Example

White with #557748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557748; }

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

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

background-color css

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

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

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

border-color css

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

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

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