Html Css Color HEX #466912 Verdun Green

📋 copy color: '#466912'

red 70 ◦ green 105 ◦ blue 18

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

Shades of Verdun Green #466912

Tints of Verdun Green #466912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.4%

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

R = 36.27%
G = 54.4%
B = 9.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#466912 (or 0x466912) is known color: Verdun Green. HEX triplet: 46, 69 and 12. RGB value is (70,105,18). Sum of RGB (Red+Green+Blue) = 70+105+18=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #466912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466912 is #B996ED. Grayscale: #545454. Windows color (decimal): -12162798 or 1206598. OLE color: 1206598.

HSL color Cylindrical-coordinate representation of color #466912: hue angle of 84.14º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #466912 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 18 -
CMYK 0.33 0 0.83 0.59
HSL 84.14º 0.71% 0.24% -
HSV(B) 84.14º 0.83% 0.41% -
XYZ 7.69 11.45 2.38 -
YUV 84.62 90.4 117.57 -
System Red Green Blue C M Y K H S L
Decimal 70 105 18 0.33 0 0.83 0.59 84.14 0.71 0.24
Hex 46 69 12 21 0 53 3B 54 47 18
Octal 106 151 22 41 0 123 73 124 107 30
Binary 1000110 1101001 10010 100001 0 1010011 111011 1010100 1000111 11000

Color Harmonies of #466912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466912

Black with #466912

Text Example


Text Example

White with #466912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466912; }

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

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

background-color css

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

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

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

border-color css

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

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

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