Html Css Color HEX #466106 Verdun Green

📋 copy color: '#466106'

red 70 ◦ green 97 ◦ blue 6

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

Shades of Verdun Green #466106

Tints of Verdun Green #466106

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.07%

 BLUE value IS 6 (2.73% from 255) = 3.47%

R = 40.46%
G = 56.07%
B = 3.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#466106 (or 0x466106) is known color: Verdun Green. HEX triplet: 46, 61 and 06. RGB value is (70,97,6). Sum of RGB (Red+Green+Blue) = 70+97+6=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #466106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466106 is #B99EF9. Grayscale: #4E4E4E. Windows color (decimal): -12164858 or 418118. OLE color: 418118.

HSL color Cylindrical-coordinate representation of color #466106: hue angle of 77.8º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #466106 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 6 -
CMYK 0.28 0 0.94 0.62
HSL 77.8º 0.88% 0.2% -
HSV(B) 77.8º 0.94% 0.38% -
XYZ 6.83 9.86 1.72 -
YUV 78.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 70 97 6 0.28 0 0.94 0.62 77.8 0.88 0.2
Hex 46 61 6 1C 0 5E 3E 4E 58 14
Octal 106 141 6 34 0 136 76 116 130 24
Binary 1000110 1100001 110 11100 0 1011110 111110 1001110 1011000 10100

Color Harmonies of #466106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466106

Black with #466106

Text Example


Text Example

White with #466106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466106; }

 p { color: rgb(70,97,6); }

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

background-color css

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

 a { background-color: rgb(70,97,6); }

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

border-color css

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

 span { border-color: rgb(70,97,6); }

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