Html Css Color HEX #466512 Verdun Green

📋 copy color: '#466512'

red 70 ◦ green 101 ◦ blue 18

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

Shades of Verdun Green #466512

Tints of Verdun Green #466512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.44%

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

R = 37.04%
G = 53.44%
B = 9.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#466512 (or 0x466512) is known color: Verdun Green. HEX triplet: 46, 65 and 12. RGB value is (70,101,18). Sum of RGB (Red+Green+Blue) = 70+101+18=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #466512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466512 is #B99AED. Grayscale: #525252. Windows color (decimal): -12163822 or 1205574. OLE color: 1205574.

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

Color convert

RGB 70 101 18 -
CMYK 0.31 0 0.82 0.60
HSL 82.41º 0.7% 0.23% -
HSV(B) 82.41º 0.82% 0.4% -
XYZ 7.29 10.65 2.24 -
YUV 82.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 70 101 18 0.31 0 0.82 0.60 82.41 0.7 0.23
Hex 46 65 12 1F 0 52 3C 52 46 17
Octal 106 145 22 37 0 122 74 122 106 27
Binary 1000110 1100101 10010 11111 0 1010010 111100 1010010 1000110 10111

Color Harmonies of #466512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466512

Black with #466512

Text Example


Text Example

White with #466512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466512; }

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

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

background-color css

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

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

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

border-color css

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

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

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