#448942

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

Shades of Fern Green #448942

Tints of Fern Green #448942

Color information

#448942 (or 0x448942) is unknown color: approx Fern Green. HEX triplet: 44, 89 and 42. RGB value is (68,137,66). Sum of RGB (Red+Green+Blue) = 68+137+66=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #448942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448942 is #BB76BD. Grayscale: #6C6C6C. Windows color (decimal): -12285630 or 4360516. OLE color: 4360516.

HSL color Cylindrical-coordinate representation of color #448942: hue angle of 118.31º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448942 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB6813766-
CMYK0.5000.520.46
HSL118.31º34.98%39.8%-
HSV(B)118.31º51.82%53.73%-
XYZ12.3119.518.27-
YUV108.28104.1499.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 137 (53.91% from 255) = 50.55%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=25.09%
G=50.55%
B=24.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68137660.5000.520.46118.3134.9839.8
Hex448942320342E762328
Octal10421110262064561664350
Binary100010010001001100001011001001101001011101110110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448942; }

 p { color: rgb(68,137,66); }

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

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

 a { background-color: rgb(68,137,66); }

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

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

 span { border-color: rgb(68,137,66); }

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