#49893A

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

Shades of Fern Green #49893A

Tints of Fern Green #49893A

Color information

#49893A (or 0x49893A) is unknown color: approx Fern Green. HEX triplet: 49, 89 and 3A. RGB value is (73,137,58). Sum of RGB (Red+Green+Blue) = 73+137+58=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #49893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49893A is #B676C5. Grayscale: #6D6D6D. Windows color (decimal): -11957958 or 3836233. OLE color: 3836233.

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

Color convert

RGB7313758-
CMYK0.4700.580.46
HSL108.61º40.51%38.24%-
HSV(B)108.61º57.66%53.73%-
XYZ12.4619.617.13-
YUV108.8699.3102.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 137 (53.91% from 255) = 51.12%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=27.24%
G=51.12%
B=21.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73137580.4700.580.46108.6140.5138.24
Hex49893A2F03A2E6d2926
Octal1112117257072561555146
Binary10010011000100111101010111101110101011101101101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49893A; }

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

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

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

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

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

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

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

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