Html Css Color HEX #464911 Verdun Green

📋 copy color: '#464911'

red 70 ◦ green 73 ◦ blue 17

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

Shades of Verdun Green #464911

Tints of Verdun Green #464911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

 BLUE value IS 17 (7.03% from 255) = 10.63%

R = 43.75%
G = 45.63%
B = 10.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#464911 (or 0x464911) is known color: Verdun Green. HEX triplet: 46, 49 and 11. RGB value is (70,73,17). Sum of RGB (Red+Green+Blue) = 70+73+17=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #464911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464911 is #B9B6EE. Grayscale: #414141. Windows color (decimal): -12170991 or 1132870. OLE color: 1132870.

HSL color Cylindrical-coordinate representation of color #464911: hue angle of 63.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #464911 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 73 17 -
CMYK 0.04 0 0.77 0.71
HSL 63.21º 0.62% 0.18% -
HSV(B) 63.21º 0.77% 0.29% -
XYZ 5.01 6.11 1.45 -
YUV 65.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 70 73 17 0.04 0 0.77 0.71 63.21 0.62 0.18
Hex 46 49 11 4 0 4D 47 3F 3E 12
Octal 106 111 21 4 0 115 107 77 76 22
Binary 1000110 1001001 10001 100 0 1001101 1000111 111111 111110 10010

Color Harmonies of #464911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464911

Black with #464911

Text Example


Text Example

White with #464911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464911; }

 p { color: rgb(70,73,17); }

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

background-color css

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

 a { background-color: rgb(70,73,17); }

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

border-color css

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

 span { border-color: rgb(70,73,17); }

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