Html Css Color HEX #466F42 Fern Green

📋 copy color: '#466F42'

red 70 ◦ green 111 ◦ blue 66

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

Shades of Fern Green #466F42

Tints of Fern Green #466F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.72%

R = 28.34%
G = 44.94%
B = 26.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#466F42 (or 0x466F42) is known color: Fern Green. HEX triplet: 46, 6F and 42. RGB value is (70,111,66). Sum of RGB (Red+Green+Blue) = 70+111+66=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #466F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F42 is #B990BD. Grayscale: #5D5D5D. Windows color (decimal): -12161214 or 4353862. OLE color: 4353862.

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

Color convert

RGB 70 111 66 -
CMYK 0.37 0 0.41 0.56
HSL 114.67º 0.25% 0.35% -
HSV(B) 114.67º 0.41% 0.44% -
XYZ 9.19 13.06 7.19 -
YUV 93.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 70 111 66 0.37 0 0.41 0.56 114.67 0.25 0.35
Hex 46 6F 42 25 0 29 38 73 19 23
Octal 106 157 102 45 0 51 70 163 31 43
Binary 1000110 1101111 1000010 100101 0 101001 111000 1110011 11001 100011

Color Harmonies of #466F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F42

Black with #466F42

Text Example


Text Example

White with #466F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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