Html Css Color HEX #466310 Verdun Green

📋 copy color: '#466310'

red 70 ◦ green 99 ◦ blue 16

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

Shades of Verdun Green #466310

Tints of Verdun Green #466310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.51%

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 37.84%
G = 53.51%
B = 8.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#466310 (or 0x466310) is known color: Verdun Green. HEX triplet: 46, 63 and 10. RGB value is (70,99,16). Sum of RGB (Red+Green+Blue) = 70+99+16=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #466310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466310 is #B99CEF. Grayscale: #515151. Windows color (decimal): -12164336 or 1073990. OLE color: 1073990.

HSL color Cylindrical-coordinate representation of color #466310: hue angle of 80.96º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #466310 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 99 16 -
CMYK 0.29 0 0.84 0.61
HSL 80.96º 0.72% 0.23% -
HSV(B) 80.96º 0.84% 0.39% -
XYZ 7.08 10.26 2.1 -
YUV 80.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 70 99 16 0.29 0 0.84 0.61 80.96 0.72 0.23
Hex 46 63 10 1D 0 54 3D 51 48 17
Octal 106 143 20 35 0 124 75 121 110 27
Binary 1000110 1100011 10000 11101 0 1010100 111101 1010001 1001000 10111

Color Harmonies of #466310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466310

Black with #466310

Text Example


Text Example

White with #466310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466310; }

 p { color: rgb(70,99,16); }

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

background-color css

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

 a { background-color: rgb(70,99,16); }

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

border-color css

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

 span { border-color: rgb(70,99,16); }

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