Html Css Color HEX #466712 Verdun Green

📋 copy color: '#466712'

red 70 ◦ green 103 ◦ blue 18

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

Shades of Verdun Green #466712

Tints of Verdun Green #466712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.42%

R = 36.65%
G = 53.93%
B = 9.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#466712 (or 0x466712) is known color: Verdun Green. HEX triplet: 46, 67 and 12. RGB value is (70,103,18). Sum of RGB (Red+Green+Blue) = 70+103+18=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #466712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466712 is #B998ED. Grayscale: #535353. Windows color (decimal): -12163310 or 1206086. OLE color: 1206086.

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

Color convert

RGB 70 103 18 -
CMYK 0.32 0 0.83 0.60
HSL 83.29º 0.7% 0.24% -
HSV(B) 83.29º 0.83% 0.4% -
XYZ 7.49 11.05 2.31 -
YUV 83.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 70 103 18 0.32 0 0.83 0.60 83.29 0.7 0.24
Hex 46 67 12 20 0 53 3C 53 46 18
Octal 106 147 22 40 0 123 74 123 106 30
Binary 1000110 1100111 10010 100000 0 1010011 111100 1010011 1000110 11000

Color Harmonies of #466712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466712

Black with #466712

Text Example


Text Example

White with #466712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466712; }

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

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

background-color css

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

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

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

border-color css

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

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

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