#448742

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

Shades of Fern Green #448742

Tints of Fern Green #448742

Color information

#448742 (or 0x448742) is unknown color: approx Fern Green. HEX triplet: 44, 87 and 42. RGB value is (68,135,66). Sum of RGB (Red+Green+Blue) = 68+135+66=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #448742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448742 is #BB78BD. Grayscale: #6B6B6B. Windows color (decimal): -12286142 or 4360004. OLE color: 4360004.

HSL color Cylindrical-coordinate representation of color #448742: hue angle of 118.26º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448742 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB6813566-
CMYK0.5000.510.47
HSL118.26º34.33%39.41%-
HSV(B)118.26º51.11%52.94%-
XYZ12.0318.958.18-
YUV107.1104.8100.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 135 (53.12% from 255) = 50.19%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=25.28%
G=50.19%
B=24.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68135660.5000.510.47118.2634.3339.41
Hex448742320332F762227
Octal10420710262063571664247
Binary100010010000111100001011001001100111011111110110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448742; }

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

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

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

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

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

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

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

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