Html Css Color HEX #557B42 Fern Green

📋 copy color: '#557B42'

red 85 ◦ green 123 ◦ blue 66

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

Shades of Fern Green #557B42

Tints of Fern Green #557B42

RGB

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

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

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

R = 31.02%
G = 44.89%
B = 24.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#557B42 (or 0x557B42) is known color: Fern Green. HEX triplet: 55, 7B and 42. RGB value is (85,123,66). Sum of RGB (Red+Green+Blue) = 85+123+66=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #557B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557B42 is #AA84BD. Grayscale: #696969. Windows color (decimal): -11175102 or 4356949. OLE color: 4356949.

HSL color Cylindrical-coordinate representation of color #557B42: hue angle of 100º 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 #557B42 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 123 66 -
CMYK 0.31 0 0.46 0.52
HSL 100º 0.3% 0.37% -
HSV(B) 100º 0.46% 0.48% -
XYZ 11.81 16.49 7.71 -
YUV 105.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 85 123 66 0.31 0 0.46 0.52 100 0.3 0.37
Hex 55 7B 42 1F 0 2E 34 64 1E 25
Octal 125 173 102 37 0 56 64 144 36 45
Binary 1010101 1111011 1000010 11111 0 101110 110100 1100100 11110 100101

Color Harmonies of #557B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B42

Black with #557B42

Text Example


Text Example

White with #557B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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