#407938

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

Shades of Fern Green #407938

Tints of Fern Green #407938

Color information

#407938 (or 0x407938) is unknown color: approx Fern Green. HEX triplet: 40, 79 and 38. RGB value is (64,121,56). Sum of RGB (Red+Green+Blue) = 64+121+56=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #407938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407938 is #BF86C7. Grayscale: #606060. Windows color (decimal): -12551880 or 3701056. OLE color: 3701056.

HSL color Cylindrical-coordinate representation of color #407938: hue angle of 112.62º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #407938 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB6412156-
CMYK0.4700.540.53
HSL112.62º36.72%34.71%-
HSV(B)112.62º53.72%47.45%-
XYZ9.6715.056.14-
YUV96.55105.12104.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 56 (22.27% from 255) = 23.24%
R=26.56%
G=50.21%
B=23.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121560.4700.540.53112.6236.7234.71
Hex4079382F03635712523
Octal1001717057066651614543
Binary1000000111100111100010111101101101101011110001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407938; }

 p { color: rgb(64,121,56); }

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

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

 a { background-color: rgb(64,121,56); }

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

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

 span { border-color: rgb(64,121,56); }

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