Html Css Color HEX #466101 Verdun Green

📋 copy color: '#466101'

red 70 ◦ green 97 ◦ blue 1

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

Shades of Verdun Green #466101

Tints of Verdun Green #466101

RGB

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

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

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

R = 41.67%
G = 57.74%
B = 0.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#466101 (or 0x466101) is known color: Verdun Green. HEX triplet: 46, 61 and 01. RGB value is (70,97,1). Sum of RGB (Red+Green+Blue) = 70+97+1=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #466101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466101 is #B99EFE. Grayscale: #4E4E4E. Windows color (decimal): -12164863 or 90438. OLE color: 90438.

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

Color convert

RGB 70 97 1 -
CMYK 0.28 0 0.99 0.62
HSL 76.88º 0.98% 0.19% -
HSV(B) 76.88º 0.99% 0.38% -
XYZ 6.81 9.85 1.57 -
YUV 77.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 70 97 1 0.28 0 0.99 0.62 76.88 0.98 0.19
Hex 46 61 1 1C 0 63 3E 4D 62 13
Octal 106 141 1 34 0 143 76 115 142 23
Binary 1000110 1100001 1 11100 0 1100011 111110 1001101 1100010 10011

Color Harmonies of #466101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466101

Black with #466101

Text Example


Text Example

White with #466101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466101; }

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

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

background-color css

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

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

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

border-color css

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

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

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