Html Css Color HEX #557F46 Fern Green

📋 copy color: '#557F46'

red 85 ◦ green 127 ◦ blue 70

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

Shades of Fern Green #557F46

Tints of Fern Green #557F46

RGB

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

 GREEN value IS 127 (50% from 255) = 45.04%

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 30.14%
G = 45.04%
B = 24.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#557F46 (or 0x557F46) is known color: Fern Green. HEX triplet: 55, 7F and 46. RGB value is (85,127,70). Sum of RGB (Red+Green+Blue) = 85+127+70=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #557F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557F46 is #AA80B9. Grayscale: #6C6C6C. Windows color (decimal): -11174074 or 4620117. OLE color: 4620117.

HSL color Cylindrical-coordinate representation of color #557F46: hue angle of 104.21º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #557F46 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 127 70 -
CMYK 0.33 0 0.45 0.50
HSL 104.21º 0.29% 0.39% -
HSV(B) 104.21º 0.45% 0.5% -
XYZ 12.44 17.55 8.53 -
YUV 107.94 106.59 111.63 -
System Red Green Blue C M Y K H S L
Decimal 85 127 70 0.33 0 0.45 0.50 104.21 0.29 0.39
Hex 55 7F 46 21 0 2D 32 68 1D 27
Octal 125 177 106 41 0 55 62 150 35 47
Binary 1010101 1111111 1000110 100001 0 101101 110010 1101000 11101 100111

Color Harmonies of #557F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F46

Black with #557F46

Text Example


Text Example

White with #557F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557F46; }

 p { color: rgb(85,127,70); }

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

background-color css

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

 a { background-color: rgb(85,127,70); }

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

border-color css

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

 span { border-color: rgb(85,127,70); }

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