Html Css Color HEX #557D40 Fern Green

📋 copy color: '#557D40'

red 85 ◦ green 125 ◦ blue 64

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

Shades of Fern Green #557D40

Tints of Fern Green #557D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.62%

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 31.02%
G = 45.62%
B = 23.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#557D40 (or 0x557D40) is known color: Fern Green. HEX triplet: 55, 7D and 40. RGB value is (85,125,64). Sum of RGB (Red+Green+Blue) = 85+125+64=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #557D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557D40 is #AA82BF. Grayscale: #6A6A6A. Windows color (decimal): -11174592 or 4226389. OLE color: 4226389.

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

Color convert

RGB 85 125 64 -
CMYK 0.32 0 0.49 0.51
HSL 99.34º 0.32% 0.37% -
HSV(B) 99.34º 0.49% 0.49% -
XYZ 12.01 16.97 7.49 -
YUV 106.09 104.25 112.96 -
System Red Green Blue C M Y K H S L
Decimal 85 125 64 0.32 0 0.49 0.51 99.34 0.32 0.37
Hex 55 7D 40 20 0 31 33 63 20 25
Octal 125 175 100 40 0 61 63 143 40 45
Binary 1010101 1111101 1000000 100000 0 110001 110011 1100011 100000 100101

Color Harmonies of #557D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D40

Black with #557D40

Text Example


Text Example

White with #557D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,125,64); }

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

background-color css

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

 a { background-color: rgb(85,125,64); }

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

border-color css

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

 span { border-color: rgb(85,125,64); }

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