Html Css Color HEX #408B3F Fern Green

📋 copy color: '#408B3F'

red 64 ◦ green 139 ◦ blue 63

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

Shades of Fern Green #408B3F

Tints of Fern Green #408B3F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.26%

 BLUE value IS 63 (25% from 255) = 23.68%

R = 24.06%
G = 52.26%
B = 23.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#408B3F (or 0x408B3F) is known color: Fern Green. HEX triplet: 40, 8B and 3F. RGB value is (64,139,63). Sum of RGB (Red+Green+Blue) = 64+139+63=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #408B3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B3F is #BF74C0. Grayscale: #6C6C6C. Windows color (decimal): -12547265 or 4164416. OLE color: 4164416.

HSL color Cylindrical-coordinate representation of color #408B3F: hue angle of 119.21º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408B3F is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 139 63 -
CMYK 0.54 0 0.55 0.45
HSL 119.21º 0.38% 0.4% -
HSV(B) 119.21º 0.55% 0.55% -
XYZ 12.24 19.91 7.9 -
YUV 107.91 102.65 96.68 -
System Red Green Blue C M Y K H S L
Decimal 64 139 63 0.54 0 0.55 0.45 119.21 0.38 0.4
Hex 40 8B 3F 36 0 37 2D 77 26 28
Octal 100 213 77 66 0 67 55 167 46 50
Binary 1000000 10001011 111111 110110 0 110111 101101 1110111 100110 101000

Color Harmonies of #408B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B3F

Black with #408B3F

Text Example


Text Example

White with #408B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408B3F; }

 p { color: rgb(64,139,63); }

 H1.HeaderClassName
 {
   color: #408B3F;
 }
 .AnyTagClassName
 {
   color: #408B3F;
 }
</style>

background-color css

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

 a { background-color: rgb(64,139,63); }

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

border-color css

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

 span { border-color: rgb(64,139,63); }

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