#448c3e

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

Shades of Fern Green #448C3E

Tints of Fern Green #448C3E

Color information

#448C3E (or 0x448C3E) is unknown color: approx Fern Green. HEX triplet: 44, 8C and 3E. RGB value is (68,140,62). Sum of RGB (Red+Green+Blue) = 68+140+62=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #448C3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448C3E is #BB73C1. Grayscale: #6D6D6D. Windows color (decimal): -12284866 or 4099140. OLE color: 4099140.

HSL color Cylindrical-coordinate representation of color #448C3E: hue angle of 115.38º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #448C3E is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB6814062-
CMYK0.5100.560.45
HSL115.38º38.61%39.61%-
HSV(B)115.38º55.71%54.9%-
XYZ12.6320.337.82-
YUV109.58101.1598.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 140 (55.08% from 255) = 51.85%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=25.19%
G=51.85%
B=22.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68140620.5100.560.45115.3838.6139.61
Hex448C3E330382D732728
Octal1042147663070551634750
Binary10001001000110011111011001101110001011011110011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448c3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448c3e; }

 p { color: rgb(68,140,62); }

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

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

 a { background-color: rgb(68,140,62); }

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

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

 span { border-color: rgb(68,140,62); }

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