#448040

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

Shades of Fern Green #448040

Tints of Fern Green #448040

Color information

#448040 (or 0x448040) is unknown color: approx Fern Green. HEX triplet: 44, 80 and 40. RGB value is (68,128,64). Sum of RGB (Red+Green+Blue) = 68+128+64=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #448040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448040 is #BB7FBF. Grayscale: #666666. Windows color (decimal): -12287936 or 4227140. OLE color: 4227140.

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

Color convert

RGB6812864-
CMYK0.4700.50.50
HSL116.25º33.33%37.65%-
HSV(B)116.25º50%50.2%-
XYZ11.0317.047.56-
YUV102.76106.12103.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 128 (50.39% from 255) = 49.23%
BLUE value IS 64 (25.39% from 255) = 24.62%
R=26.15%
G=49.23%
B=24.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68128640.4700.50.50116.2533.3337.65
Hex4480402F03232742126
Octal10420010057062621644146
Binary100010010000000100000010111101100101100101110100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448040; }

 p { color: rgb(68,128,64); }

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

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

 a { background-color: rgb(68,128,64); }

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

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

 span { border-color: rgb(68,128,64); }

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