#44713B

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

Shades of Fern Green #44713B

Tints of Fern Green #44713B

Color information

#44713B (or 0x44713B) is unknown color: approx Fern Green. HEX triplet: 44, 71 and 3B. RGB value is (68,113,59). Sum of RGB (Red+Green+Blue) = 68+113+59=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #44713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44713B is #BB8EC4. Grayscale: #5D5D5D. Windows color (decimal): -12291781 or 3895620. OLE color: 3895620.

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

Color convert

RGB6811359-
CMYK0.4000.480.56
HSL110º31.4%33.73%-
HSV(B)110º47.79%44.31%-
XYZ9.0813.356.24-
YUV93.39108.59109.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 113 (44.53% from 255) = 47.08%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=28.33%
G=47.08%
B=24.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68113590.4000.480.5611031.433.73
Hex44713B28030386e1f22
Octal1041617350060701563742
Binary100010011100011110111010000110000111000110111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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