Html Css Color HEX #466A0F Verdun Green

📋 copy color: '#466A0F'

red 70 ◦ green 106 ◦ blue 15

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

Shades of Verdun Green #466A0F

Tints of Verdun Green #466A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 55.5%

 BLUE value IS 15 (6.25% from 255) = 7.85%

R = 36.65%
G = 55.5%
B = 7.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#466A0F (or 0x466A0F) is known color: Verdun Green. HEX triplet: 46, 6A and 0F. RGB value is (70,106,15). Sum of RGB (Red+Green+Blue) = 70+106+15=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #466A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466A0F is #B995F0. Grayscale: #555555. Windows color (decimal): -12162545 or 1010246. OLE color: 1010246.

HSL color Cylindrical-coordinate representation of color #466A0F: hue angle of 83.74º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #466A0F is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 106 15 -
CMYK 0.34 0 0.86 0.58
HSL 83.74º 0.75% 0.24% -
HSV(B) 83.74º 0.86% 0.42% -
XYZ 7.77 11.64 2.29 -
YUV 84.86 88.57 117.4 -
System Red Green Blue C M Y K H S L
Decimal 70 106 15 0.34 0 0.86 0.58 83.74 0.75 0.24
Hex 46 6A F 22 0 56 3A 54 4B 18
Octal 106 152 17 42 0 126 72 124 113 30
Binary 1000110 1101010 1111 100010 0 1010110 111010 1010100 1001011 11000

Color Harmonies of #466A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A0F

Black with #466A0F

Text Example


Text Example

White with #466A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466A0F; }

 p { color: rgb(70,106,15); }

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

background-color css

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

 a { background-color: rgb(70,106,15); }

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

border-color css

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

 span { border-color: rgb(70,106,15); }

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