#407D38

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

Shades of Fern Green #407D38

Tints of Fern Green #407D38

Color information

#407D38 (or 0x407D38) is unknown color: approx Fern Green. HEX triplet: 40, 7D and 38. RGB value is (64,125,56). Sum of RGB (Red+Green+Blue) = 64+125+56=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #407D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407D38 is #BF82C7. Grayscale: #636363. Windows color (decimal): -12550856 or 3702080. OLE color: 3702080.

HSL color Cylindrical-coordinate representation of color #407D38: hue angle of 113.04º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #407D38 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB6412556-
CMYK0.4900.550.51
HSL113.04º38.12%35.49%-
HSV(B)113.04º55.2%49.02%-
XYZ10.1616.046.3-
YUV98.9103.79103.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 125 (49.22% from 255) = 51.02%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=26.12%
G=51.02%
B=22.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64125560.4900.550.51113.0438.1235.49
Hex407D383103733712623
Octal1001757061067631614643
Binary1000000111110111100011000101101111100111110001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407D38; }

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

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

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

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

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

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

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

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