Html Css Color HEX #466201 Verdun Green

📋 copy color: '#466201'

red 70 ◦ green 98 ◦ blue 1

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

Shades of Verdun Green #466201

Tints of Verdun Green #466201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.99%

 BLUE value IS 1 (0.78% from 255) = 0.59%

R = 41.42%
G = 57.99%
B = 0.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#466201 (or 0x466201) is known color: Verdun Green. HEX triplet: 46, 62 and 01. RGB value is (70,98,1). Sum of RGB (Red+Green+Blue) = 70+98+1=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #466201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466201 is #B99DFE. Grayscale: #4E4E4E. Windows color (decimal): -12164607 or 90694. OLE color: 90694.

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

Color convert

RGB 70 98 1 -
CMYK 0.29 0 0.99 0.62
HSL 77.32º 0.98% 0.19% -
HSV(B) 77.32º 0.99% 0.38% -
XYZ 6.9 10.04 1.6 -
YUV 78.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 70 98 1 0.29 0 0.99 0.62 77.32 0.98 0.19
Hex 46 62 1 1D 0 63 3E 4D 62 13
Octal 106 142 1 35 0 143 76 115 142 23
Binary 1000110 1100010 1 11101 0 1100011 111110 1001101 1100010 10011

Color Harmonies of #466201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466201

Black with #466201

Text Example


Text Example

White with #466201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466201; }

 p { color: rgb(70,98,1); }

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

background-color css

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

 a { background-color: rgb(70,98,1); }

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

border-color css

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

 span { border-color: rgb(70,98,1); }

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