Html Css Color HEX #557A42 Fern Green

📋 copy color: '#557A42'

red 85 ◦ green 122 ◦ blue 66

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

Shades of Fern Green #557A42

Tints of Fern Green #557A42

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.69%

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 31.14%
G = 44.69%
B = 24.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#557A42 (or 0x557A42) is known color: Fern Green. HEX triplet: 55, 7A and 42. RGB value is (85,122,66). Sum of RGB (Red+Green+Blue) = 85+122+66=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #557A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557A42 is #AA85BD. Grayscale: #686868. Windows color (decimal): -11175358 or 4356693. OLE color: 4356693.

HSL color Cylindrical-coordinate representation of color #557A42: hue angle of 99.64º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #557A42 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 122 66 -
CMYK 0.30 0 0.46 0.52
HSL 99.64º 0.3% 0.37% -
HSV(B) 99.64º 0.46% 0.48% -
XYZ 11.69 16.24 7.67 -
YUV 104.55 106.24 114.05 -
System Red Green Blue C M Y K H S L
Decimal 85 122 66 0.30 0 0.46 0.52 99.64 0.3 0.37
Hex 55 7A 42 1E 0 2E 34 64 1E 25
Octal 125 172 102 36 0 56 64 144 36 45
Binary 1010101 1111010 1000010 11110 0 101110 110100 1100100 11110 100101

Color Harmonies of #557A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557A42

Black with #557A42

Text Example


Text Example

White with #557A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,122,66); }

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

background-color css

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

 a { background-color: rgb(85,122,66); }

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

border-color css

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

 span { border-color: rgb(85,122,66); }

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