Html Css Color HEX #557C44 Fern Green

📋 copy color: '#557C44'

red 85 ◦ green 124 ◦ blue 68

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

Shades of Fern Green #557C44

Tints of Fern Green #557C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.55%

R = 30.69%
G = 44.77%
B = 24.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#557C44 (or 0x557C44) is known color: Fern Green. HEX triplet: 55, 7C and 44. RGB value is (85,124,68). Sum of RGB (Red+Green+Blue) = 85+124+68=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #557C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557C44 is #AA83BB. Grayscale: #6A6A6A. Windows color (decimal): -11174844 or 4488277. OLE color: 4488277.

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

Color convert

RGB 85 124 68 -
CMYK 0.31 0 0.45 0.51
HSL 101.79º 0.29% 0.38% -
HSV(B) 101.79º 0.45% 0.49% -
XYZ 12 16.76 8.07 -
YUV 105.96 106.58 113.05 -
System Red Green Blue C M Y K H S L
Decimal 85 124 68 0.31 0 0.45 0.51 101.79 0.29 0.38
Hex 55 7C 44 1F 0 2D 33 66 1D 26
Octal 125 174 104 37 0 55 63 146 35 46
Binary 1010101 1111100 1000100 11111 0 101101 110011 1100110 11101 100110

Color Harmonies of #557C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C44

Black with #557C44

Text Example


Text Example

White with #557C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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