#498238

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

Shades of Fern Green #498238

Tints of Fern Green #498238

Color information

#498238 (or 0x498238) is unknown color: approx Fern Green. HEX triplet: 49, 82 and 38. RGB value is (73,130,56). Sum of RGB (Red+Green+Blue) = 73+130+56=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #498238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498238 is #B67DC7. Grayscale: #686868. Windows color (decimal): -11959752 or 3703369. OLE color: 3703369.

HSL color Cylindrical-coordinate representation of color #498238: hue angle of 106.22º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #498238 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB7313056-
CMYK0.4400.570.49
HSL106.22º39.78%36.47%-
HSV(B)106.22º56.92%50.98%-
XYZ11.4417.676.55-
YUV104.52100.62105.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=28.19%
G=50.19%
B=21.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130560.4400.570.49106.2239.7836.47
Hex4982382C039316a2824
Octal1112027054071611525044
Binary10010011000001011100010110001110011100011101010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498238; }

 p { color: rgb(73,130,56); }

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

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

 a { background-color: rgb(73,130,56); }

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

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

 span { border-color: rgb(73,130,56); }

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