#538949

Color #538949 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #538949

Tints of Fern Green #538949

Color information

#538949 (or 0x538949) is unknown color: approx Fern Green. HEX triplet: 53, 89 and 49. RGB value is (83,137,73). Sum of RGB (Red+Green+Blue) = 83+137+73=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #538949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538949 is #AC76B6. Grayscale: #717171. Windows color (decimal): -11302583 or 4819283. OLE color: 4819283.

HSL color Cylindrical-coordinate representation of color #538949: hue angle of 110.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #538949 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB8313773-
CMYK0.3900.470.46
HSL110.62º30.48%41.18%-
HSV(B)110.62º46.72%53.73%-
XYZ13.7220.219.48-
YUV113.56105.11106.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 137 (53.91% from 255) = 46.76%
BLUE value IS 73 (28.91% from 255) = 24.91%
R=28.33%
G=46.76%
B=24.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83137730.3900.470.46110.6230.4841.18
Hex5389492702F2E6f1e29
Octal12321111147057561573651
Binary10100111000100110010011001110101111101110110111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538949; }

 p { color: rgb(83,137,73); }

 H1.HeaderClassName
 {
   color: #538949;
 }
 .AnyTagClassName
 {
   color: #538949;
 }
</style>
background-color css

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

 a { background-color: rgb(83,137,73); }

 div.DivClassName
 {
   background-color: #538949;
 }
 .BgClassName
 {
   background-color: #538949;
 }
</style>
border-color css

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

 span { border-color: rgb(83,137,73); }

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