#44713F

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

Shades of Fern Green #44713F

Tints of Fern Green #44713F

Color information

#44713F (or 0x44713F) is unknown color: approx Fern Green. HEX triplet: 44, 71 and 3F. RGB value is (68,113,63). Sum of RGB (Red+Green+Blue) = 68+113+63=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #44713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44713F is #BB8EC0. Grayscale: #5E5E5E. Windows color (decimal): -12291777 or 4157764. OLE color: 4157764.

HSL color Cylindrical-coordinate representation of color #44713F: hue angle of 114º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44713F is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB6811363-
CMYK0.4000.440.56
HSL114º28.41%34.51%-
HSV(B)114º44.25%44.31%-
XYZ9.1913.46.8-
YUV93.85110.59109.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 113 (44.53% from 255) = 46.31%
BLUE value IS 63 (25% from 255) = 25.82%
R=27.87%
G=46.31%
B=25.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68113630.4000.440.5611428.4134.51
Hex44713F2802C38721c23
Octal1041617750054701623443
Binary100010011100011111111010000101100111000111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44713F; }

 p { color: rgb(68,113,63); }

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

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

 a { background-color: rgb(68,113,63); }

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

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

 span { border-color: rgb(68,113,63); }

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