Html Css Color HEX #407C38 Fern Green

📋 copy color: '#407C38'

red 64 ◦ green 124 ◦ blue 56

#407C38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #407C38

Tints of Fern Green #407C38

RGB

 RED value IS 64 (25.39% from 255) = 26.23%

 GREEN value IS 124 (48.83% from 255) = 50.82%

 BLUE value IS 56 (22.27% from 255) = 22.95%

R = 26.23%
G = 50.82%
B = 22.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#407C38 (or 0x407C38) is known color: Fern Green. HEX triplet: 40, 7C and 38. RGB value is (64,124,56). Sum of RGB (Red+Green+Blue) = 64+124+56=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #407C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407C38 is #BF83C7. Grayscale: #626262. Windows color (decimal): -12551112 or 3701824. OLE color: 3701824.

HSL color Cylindrical-coordinate representation of color #407C38: hue angle of 112.94º 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 #407C38 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 124 56 -
CMYK 0.48 0 0.55 0.51
HSL 112.94º 0.38% 0.35% -
HSV(B) 112.94º 0.55% 0.49% -
XYZ 10.04 15.79 6.26 -
YUV 98.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 64 124 56 0.48 0 0.55 0.51 112.94 0.38 0.35
Hex 40 7C 38 30 0 37 33 71 26 23
Octal 100 174 70 60 0 67 63 161 46 43
Binary 1000000 1111100 111000 110000 0 110111 110011 1110001 100110 100011

Color Harmonies of #407C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C38

Black with #407C38

Text Example


Text Example

White with #407C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #407C38;
 }
 .AnyTagClassName
 {
   color: #407C38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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