Html Css Color HEX #557F3D Fern Green

📋 copy color: '#557F3D'

red 85 ◦ green 127 ◦ blue 61

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

Shades of Fern Green #557F3D

Tints of Fern Green #557F3D

RGB

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

 GREEN value IS 127 (50% from 255) = 46.52%

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 31.14%
G = 46.52%
B = 22.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#557F3D (or 0x557F3D) is known color: Fern Green. HEX triplet: 55, 7F and 3D. RGB value is (85,127,61). Sum of RGB (Red+Green+Blue) = 85+127+61=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #557F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557F3D is #AA80C2. Grayscale: #6B6B6B. Windows color (decimal): -11174083 or 4030293. OLE color: 4030293.

HSL color Cylindrical-coordinate representation of color #557F3D: hue angle of 98.18º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #557F3D is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 127 61 -
CMYK 0.33 0 0.52 0.50
HSL 98.18º 0.35% 0.37% -
HSV(B) 98.18º 0.52% 0.5% -
XYZ 12.18 17.45 7.14 -
YUV 106.92 102.09 112.37 -
System Red Green Blue C M Y K H S L
Decimal 85 127 61 0.33 0 0.52 0.50 98.18 0.35 0.37
Hex 55 7F 3D 21 0 34 32 62 23 25
Octal 125 177 75 41 0 64 62 142 43 45
Binary 1010101 1111111 111101 100001 0 110100 110010 1100010 100011 100101

Color Harmonies of #557F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F3D

Black with #557F3D

Text Example


Text Example

White with #557F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,127,61); }

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

background-color css

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

 a { background-color: rgb(85,127,61); }

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

border-color css

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

 span { border-color: rgb(85,127,61); }

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