Html Css Color HEX #466001 Verdun Green

📋 copy color: '#466001'

red 70 ◦ green 96 ◦ blue 1

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

Shades of Verdun Green #466001

Tints of Verdun Green #466001

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.49%

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

R = 41.92%
G = 57.49%
B = 0.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#466001 (or 0x466001) is known color: Verdun Green. HEX triplet: 46, 60 and 01. RGB value is (70,96,1). Sum of RGB (Red+Green+Blue) = 70+96+1=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #466001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466001 is #B99FFE. Grayscale: #4D4D4D. Windows color (decimal): -12165119 or 90182. OLE color: 90182.

HSL color Cylindrical-coordinate representation of color #466001: hue angle of 76.42º 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 #466001 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 1 -
CMYK 0.27 0 0.99 0.62
HSL 76.42º 0.98% 0.19% -
HSV(B) 76.42º 0.99% 0.38% -
XYZ 6.71 9.67 1.54 -
YUV 77.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 70 96 1 0.27 0 0.99 0.62 76.42 0.98 0.19
Hex 46 60 1 1B 0 63 3E 4C 62 13
Octal 106 140 1 33 0 143 76 114 142 23
Binary 1000110 1100000 1 11011 0 1100011 111110 1001100 1100010 10011

Color Harmonies of #466001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466001

Black with #466001

Text Example


Text Example

White with #466001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466001; }

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

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

background-color css

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

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

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

border-color css

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

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

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