Html Css Color HEX #557C41 Fern Green

📋 copy color: '#557C41'

red 85 ◦ green 124 ◦ blue 65

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

Shades of Fern Green #557C41

Tints of Fern Green #557C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.26%

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 31.02%
G = 45.26%
B = 23.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#557C41 (or 0x557C41) is known color: Fern Green. HEX triplet: 55, 7C and 41. RGB value is (85,124,65). Sum of RGB (Red+Green+Blue) = 85+124+65=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #557C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C41 is #AA83BE. Grayscale: #696969. Windows color (decimal): -11174847 or 4291669. OLE color: 4291669.

HSL color Cylindrical-coordinate representation of color #557C41: hue angle of 99.66º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #557C41 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 124 65 -
CMYK 0.31 0 0.48 0.51
HSL 99.66º 0.31% 0.37% -
HSV(B) 99.66º 0.48% 0.49% -
XYZ 11.91 16.73 7.6 -
YUV 105.61 105.08 113.3 -
System Red Green Blue C M Y K H S L
Decimal 85 124 65 0.31 0 0.48 0.51 99.66 0.31 0.37
Hex 55 7C 41 1F 0 30 33 64 1F 25
Octal 125 174 101 37 0 60 63 144 37 45
Binary 1010101 1111100 1000001 11111 0 110000 110011 1100100 11111 100101

Color Harmonies of #557C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C41

Black with #557C41

Text Example


Text Example

White with #557C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,65); }

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

background-color css

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

 a { background-color: rgb(85,124,65); }

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

border-color css

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

 span { border-color: rgb(85,124,65); }

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