Html Css Color HEX #557B41 Fern Green

📋 copy color: '#557B41'

red 85 ◦ green 123 ◦ blue 65

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

Shades of Fern Green #557B41

Tints of Fern Green #557B41

RGB

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

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

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

R = 31.14%
G = 45.05%
B = 23.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#557B41 (or 0x557B41) is known color: Fern Green. HEX triplet: 55, 7B and 41. RGB value is (85,123,65). Sum of RGB (Red+Green+Blue) = 85+123+65=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #557B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557B41 is #AA84BE. Grayscale: #696969. Windows color (decimal): -11175103 or 4291413. OLE color: 4291413.

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

Color convert

RGB 85 123 65 -
CMYK 0.31 0 0.47 0.52
HSL 99.31º 0.31% 0.37% -
HSV(B) 99.31º 0.47% 0.48% -
XYZ 11.78 16.48 7.56 -
YUV 105.03 105.41 113.72 -
System Red Green Blue C M Y K H S L
Decimal 85 123 65 0.31 0 0.47 0.52 99.31 0.31 0.37
Hex 55 7B 41 1F 0 2F 34 63 1F 25
Octal 125 173 101 37 0 57 64 143 37 45
Binary 1010101 1111011 1000001 11111 0 101111 110100 1100011 11111 100101

Color Harmonies of #557B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557B41

Black with #557B41

Text Example


Text Example

White with #557B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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