Html Css Color HEX #466100 Verdun Green

📋 copy color: '#466100'

red 70 ◦ green 97 ◦ blue 0

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

Shades of Verdun Green #466100

Tints of Verdun Green #466100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.92%
G = 58.08%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#466100 (or 0x466100) is known color: Verdun Green. HEX triplet: 46, 61 and 00. RGB value is (70,97,0). Sum of RGB (Red+Green+Blue) = 70+97+0=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #466100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466100 is #B99EFF. Grayscale: #4E4E4E. Windows color (decimal): -12164864 or 24902. OLE color: 24902.

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

Color convert

RGB 70 97 0 -
CMYK 0.28 0 1 0.62
HSL 76.7º 1% 0.19% -
HSV(B) 76.7º 1% 0.38% -
XYZ 6.8 9.85 1.54 -
YUV 77.87 84.05 122.39 -
System Red Green Blue C M Y K H S L
Decimal 70 97 0 0.28 0 1 0.62 76.7 1 0.19
Hex 46 61 0 1C 0 64 3E 4D 64 13
Octal 106 141 0 34 0 144 76 115 144 23
Binary 1000110 1100001 0 11100 0 1100100 111110 1001101 1100100 10011

Color Harmonies of #466100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466100

Black with #466100

Text Example


Text Example

White with #466100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466100; }

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

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

background-color css

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

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

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

border-color css

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

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

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