Html Css Color HEX #466713 Verdun Green

📋 copy color: '#466713'

red 70 ◦ green 103 ◦ blue 19

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

Shades of Verdun Green #466713

Tints of Verdun Green #466713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.65%

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

R = 36.46%
G = 53.65%
B = 9.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#466713 (or 0x466713) is known color: Verdun Green. HEX triplet: 46, 67 and 13. RGB value is (70,103,19). Sum of RGB (Red+Green+Blue) = 70+103+19=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 103 (40.62% from 255 or 53.65% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 103 - color contains mainly: green. Hex color #466713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466713 is #B998EC. Grayscale: #535353. Windows color (decimal): -12163309 or 1271622. OLE color: 1271622.

HSL color Cylindrical-coordinate representation of color #466713: hue angle of 83.57º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #466713 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 19 -
CMYK 0.32 0 0.82 0.60
HSL 83.57º 0.69% 0.24% -
HSV(B) 83.57º 0.82% 0.4% -
XYZ 7.49 11.05 2.35 -
YUV 83.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 70 103 19 0.32 0 0.82 0.60 83.57 0.69 0.24
Hex 46 67 13 20 0 52 3C 54 45 18
Octal 106 147 23 40 0 122 74 124 105 30
Binary 1000110 1100111 10011 100000 0 1010010 111100 1010100 1000101 11000

Color Harmonies of #466713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466713

Black with #466713

Text Example


Text Example

White with #466713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466713; }

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

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

background-color css

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

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

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

border-color css

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

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

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