#448142

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

Shades of Fern Green #448142

Tints of Fern Green #448142

Color information

#448142 (or 0x448142) is unknown color: approx Fern Green. HEX triplet: 44, 81 and 42. RGB value is (68,129,66). Sum of RGB (Red+Green+Blue) = 68+129+66=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #448142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448142 is #BB7EBD. Grayscale: #676767. Windows color (decimal): -12287678 or 4358468. OLE color: 4358468.

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

Color convert

RGB6812966-
CMYK0.4700.490.49
HSL118.1º32.31%38.24%-
HSV(B)118.1º48.84%50.59%-
XYZ11.2217.327.91-
YUV103.58106.79102.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 129 (50.78% from 255) = 49.05%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=25.86%
G=49.05%
B=25.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68129660.4700.490.49118.132.3138.24
Hex4481422F03131762026
Octal10420110257061611664046
Binary100010010000001100001010111101100011100011110110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448142; }

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

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

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

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

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

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

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

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