Html Css Color HEX #407C3D Fern Green

📋 copy color: '#407C3D'

red 64 ◦ green 124 ◦ blue 61

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

Shades of Fern Green #407C3D

Tints of Fern Green #407C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 25.7%
G = 49.8%
B = 24.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#407C3D (or 0x407C3D) is known color: Fern Green. HEX triplet: 40, 7C and 3D. RGB value is (64,124,61). Sum of RGB (Red+Green+Blue) = 64+124+61=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #407C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407C3D is #BF83C2. Grayscale: #636363. Windows color (decimal): -12551107 or 4029504. OLE color: 4029504.

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

Color convert

RGB 64 124 61 -
CMYK 0.48 0 0.51 0.51
HSL 117.14º 0.34% 0.36% -
HSV(B) 117.14º 0.51% 0.49% -
XYZ 10.16 15.84 6.94 -
YUV 98.88 106.62 103.12 -
System Red Green Blue C M Y K H S L
Decimal 64 124 61 0.48 0 0.51 0.51 117.14 0.34 0.36
Hex 40 7C 3D 30 0 33 33 75 22 24
Octal 100 174 75 60 0 63 63 165 42 44
Binary 1000000 1111100 111101 110000 0 110011 110011 1110101 100010 100100

Color Harmonies of #407C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C3D

Black with #407C3D

Text Example


Text Example

White with #407C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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