Html Css Color HEX #466313 Verdun Green

📋 copy color: '#466313'

red 70 ◦ green 99 ◦ blue 19

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

Shades of Verdun Green #466313

Tints of Verdun Green #466313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.11%

R = 37.23%
G = 52.66%
B = 10.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#466313 (or 0x466313) is known color: Verdun Green. HEX triplet: 46, 63 and 13. RGB value is (70,99,19). Sum of RGB (Red+Green+Blue) = 70+99+19=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #466313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466313 is #B99CEC. Grayscale: #515151. Windows color (decimal): -12164333 or 1270598. OLE color: 1270598.

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

Color convert

RGB 70 99 19 -
CMYK 0.29 0 0.81 0.61
HSL 81.75º 0.68% 0.23% -
HSV(B) 81.75º 0.81% 0.39% -
XYZ 7.11 10.27 2.22 -
YUV 81.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 70 99 19 0.29 0 0.81 0.61 81.75 0.68 0.23
Hex 46 63 13 1D 0 51 3D 52 44 17
Octal 106 143 23 35 0 121 75 122 104 27
Binary 1000110 1100011 10011 11101 0 1010001 111101 1010010 1000100 10111

Color Harmonies of #466313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466313

Black with #466313

Text Example


Text Example

White with #466313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466313; }

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

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

background-color css

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

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

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

border-color css

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

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

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