Html Css Color HEX #466417 Verdun Green

📋 copy color: '#466417'

red 70 ◦ green 100 ◦ blue 23

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

Shades of Verdun Green #466417

Tints of Verdun Green #466417

RGB

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

 GREEN value IS 100 (39.45% from 255) = 51.81%

 BLUE value IS 23 (9.38% from 255) = 11.92%

R = 36.27%
G = 51.81%
B = 11.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#466417 (or 0x466417) is known color: Verdun Green. HEX triplet: 46, 64 and 17. RGB value is (70,100,23). Sum of RGB (Red+Green+Blue) = 70+100+23=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #466417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466417 is #B99BE8. Grayscale: #525252. Windows color (decimal): -12164073 or 1532998. OLE color: 1532998.

HSL color Cylindrical-coordinate representation of color #466417: hue angle of 83.38º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #466417 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 100 23 -
CMYK 0.30 0 0.77 0.61
HSL 83.38º 0.63% 0.24% -
HSV(B) 83.38º 0.77% 0.39% -
XYZ 7.24 10.48 2.45 -
YUV 82.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 70 100 23 0.30 0 0.77 0.61 83.38 0.63 0.24
Hex 46 64 17 1E 0 4D 3D 53 3F 18
Octal 106 144 27 36 0 115 75 123 77 30
Binary 1000110 1100100 10111 11110 0 1001101 111101 1010011 111111 11000

Color Harmonies of #466417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466417

Black with #466417

Text Example


Text Example

White with #466417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466417; }

 p { color: rgb(70,100,23); }

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

background-color css

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

 a { background-color: rgb(70,100,23); }

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

border-color css

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

 span { border-color: rgb(70,100,23); }

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