Html Css Color HEX #557B46 Fern Green

📋 copy color: '#557B46'

red 85 ◦ green 123 ◦ blue 70

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

Shades of Fern Green #557B46

Tints of Fern Green #557B46

RGB

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

 GREEN value IS 123 (48.44% from 255) = 44.24%

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

R = 30.58%
G = 44.24%
B = 25.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#557B46 (or 0x557B46) is known color: Fern Green. HEX triplet: 55, 7B and 46. RGB value is (85,123,70). Sum of RGB (Red+Green+Blue) = 85+123+70=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #557B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557B46 is #AA84B9. Grayscale: #696969. Windows color (decimal): -11175098 or 4619093. OLE color: 4619093.

HSL color Cylindrical-coordinate representation of color #557B46: hue angle of 103.02º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #557B46 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 123 70 -
CMYK 0.31 0 0.43 0.52
HSL 103.02º 0.27% 0.38% -
HSV(B) 103.02º 0.43% 0.48% -
XYZ 11.93 16.54 8.36 -
YUV 105.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 85 123 70 0.31 0 0.43 0.52 103.02 0.27 0.38
Hex 55 7B 46 1F 0 2B 34 67 1B 26
Octal 125 173 106 37 0 53 64 147 33 46
Binary 1010101 1111011 1000110 11111 0 101011 110100 1100111 11011 100110

Color Harmonies of #557B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B46

Black with #557B46

Text Example


Text Example

White with #557B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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