Html Css Color HEX #466F40 Fern Green

📋 copy color: '#466F40'

red 70 ◦ green 111 ◦ blue 64

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

Shades of Fern Green #466F40

Tints of Fern Green #466F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.31%

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

R = 28.57%
G = 45.31%
B = 26.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#466F40 (or 0x466F40) is known color: Fern Green. HEX triplet: 46, 6F and 40. RGB value is (70,111,64). Sum of RGB (Red+Green+Blue) = 70+111+64=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #466F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F40 is #B990BF. Grayscale: #5D5D5D. Windows color (decimal): -12161216 or 4222790. OLE color: 4222790.

HSL color Cylindrical-coordinate representation of color #466F40: hue angle of 112.34º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #466F40 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 64 -
CMYK 0.37 0 0.42 0.56
HSL 112.34º 0.27% 0.34% -
HSV(B) 112.34º 0.42% 0.44% -
XYZ 9.14 13.04 6.89 -
YUV 93.38 111.42 111.32 -
System Red Green Blue C M Y K H S L
Decimal 70 111 64 0.37 0 0.42 0.56 112.34 0.27 0.34
Hex 46 6F 40 25 0 2A 38 70 1B 22
Octal 106 157 100 45 0 52 70 160 33 42
Binary 1000110 1101111 1000000 100101 0 101010 111000 1110000 11011 100010

Color Harmonies of #466F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F40

Black with #466F40

Text Example


Text Example

White with #466F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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