Html Css Color HEX #465611 Verdun Green

📋 copy color: '#465611'

red 70 ◦ green 86 ◦ blue 17

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

Shades of Verdun Green #465611

Tints of Verdun Green #465611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.71%

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

R = 40.46%
G = 49.71%
B = 9.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#465611 (or 0x465611) is known color: Verdun Green. HEX triplet: 46, 56 and 11. RGB value is (70,86,17). Sum of RGB (Red+Green+Blue) = 70+86+17=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #465611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465611 is #B9A9EE. Grayscale: #494949. Windows color (decimal): -12167663 or 1136198. OLE color: 1136198.

HSL color Cylindrical-coordinate representation of color #465611: hue angle of 73.91º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #465611 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 17 -
CMYK 0.19 0 0.80 0.66
HSL 73.91º 0.67% 0.2% -
HSV(B) 73.91º 0.8% 0.34% -
XYZ 5.95 8 1.76 -
YUV 73.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 70 86 17 0.19 0 0.80 0.66 73.91 0.67 0.2
Hex 46 56 11 13 0 50 42 4A 43 14
Octal 106 126 21 23 0 120 102 112 103 24
Binary 1000110 1010110 10001 10011 0 1010000 1000010 1001010 1000011 10100

Color Harmonies of #465611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465611

Black with #465611

Text Example


Text Example

White with #465611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465611; }

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

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

background-color css

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

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

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

border-color css

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

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

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