Html Css Color HEX #467040 Fern Green

📋 copy color: '#467040'

red 70 ◦ green 112 ◦ blue 64

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

Shades of Fern Green #467040

Tints of Fern Green #467040

RGB

 RED value IS 70 (27.73% from 255) = 28.46%

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 28.46%
G = 45.53%
B = 26.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#467040 (or 0x467040) is known color: Fern Green. HEX triplet: 46, 70 and 40. RGB value is (70,112,64). Sum of RGB (Red+Green+Blue) = 70+112+64=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #467040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467040 is #B98FBF. Grayscale: #5E5E5E. Windows color (decimal): -12160960 or 4223046. OLE color: 4223046.

HSL color Cylindrical-coordinate representation of color #467040: hue angle of 112.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467040 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 64 -
CMYK 0.38 0 0.43 0.56
HSL 112.5º 0.27% 0.35% -
HSV(B) 112.5º 0.43% 0.44% -
XYZ 9.25 13.26 6.92 -
YUV 93.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 70 112 64 0.38 0 0.43 0.56 112.5 0.27 0.35
Hex 46 70 40 26 0 2B 38 70 1B 23
Octal 106 160 100 46 0 53 70 160 33 43
Binary 1000110 1110000 1000000 100110 0 101011 111000 1110000 11011 100011

Color Harmonies of #467040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467040

Black with #467040

Text Example


Text Example

White with #467040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467040; }

 p { color: rgb(70,112,64); }

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

background-color css

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

 a { background-color: rgb(70,112,64); }

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

border-color css

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

 span { border-color: rgb(70,112,64); }

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