Html Css Color HEX #466500 Verdun Green

📋 copy color: '#466500'

red 70 ◦ green 101 ◦ blue 0

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

Shades of Verdun Green #466500

Tints of Verdun Green #466500

RGB

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

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

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

R = 40.94%
G = 59.06%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#466500 (or 0x466500) is known color: Verdun Green. HEX triplet: 46, 65 and 00. RGB value is (70,101,0). Sum of RGB (Red+Green+Blue) = 70+101+0=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 101 (39.84% from 255 or 59.06% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 101 - color contains mainly: green. Hex color #466500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466500 is #B99AFF. Grayscale: #505050. Windows color (decimal): -12163840 or 25926. OLE color: 25926.

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

Color convert

RGB 70 101 0 -
CMYK 0.31 0 1 0.60
HSL 78.42º 1% 0.2% -
HSV(B) 78.42º 1% 0.4% -
XYZ 7.18 10.61 1.67 -
YUV 80.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 70 101 0 0.31 0 1 0.60 78.42 1 0.2
Hex 46 65 0 1F 0 64 3C 4E 64 14
Octal 106 145 0 37 0 144 74 116 144 24
Binary 1000110 1100101 0 11111 0 1100100 111100 1001110 1100100 10100

Color Harmonies of #466500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466500

Black with #466500

Text Example


Text Example

White with #466500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466500; }

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

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

background-color css

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

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

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

border-color css

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

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

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