Html Css Color HEX #466501 Verdun Green

📋 copy color: '#466501'

red 70 ◦ green 101 ◦ blue 1

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

Shades of Verdun Green #466501

Tints of Verdun Green #466501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 58.72%

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

R = 40.7%
G = 58.72%
B = 0.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#466501 (or 0x466501) is known color: Verdun Green. HEX triplet: 46, 65 and 01. RGB value is (70,101,1). Sum of RGB (Red+Green+Blue) = 70+101+1=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 101 (39.84% from 255 or 58.72% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 101 - color contains mainly: green. Hex color #466501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466501 is #B99AFE. Grayscale: #505050. Windows color (decimal): -12163839 or 91462. OLE color: 91462.

HSL color Cylindrical-coordinate representation of color #466501: hue angle of 78.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #466501 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 101 1 -
CMYK 0.31 0 0.99 0.60
HSL 78.6º 0.98% 0.2% -
HSV(B) 78.6º 0.99% 0.4% -
XYZ 7.18 10.61 1.7 -
YUV 80.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 70 101 1 0.31 0 0.99 0.60 78.6 0.98 0.2
Hex 46 65 1 1F 0 63 3C 4F 62 14
Octal 106 145 1 37 0 143 74 117 142 24
Binary 1000110 1100101 1 11111 0 1100011 111100 1001111 1100010 10100

Color Harmonies of #466501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466501

Black with #466501

Text Example


Text Example

White with #466501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466501; }

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

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

background-color css

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

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

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

border-color css

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

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

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