Html Css Color HEX #465606 Verdun Green

📋 copy color: '#465606'

red 70 ◦ green 86 ◦ blue 6

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

Shades of Verdun Green #465606

Tints of Verdun Green #465606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.7%

R = 43.21%
G = 53.09%
B = 3.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#465606 (or 0x465606) is known color: Verdun Green. HEX triplet: 46, 56 and 06. RGB value is (70,86,6). Sum of RGB (Red+Green+Blue) = 70+86+6=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #465606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465606 is #B9A9F9. Grayscale: #484848. Windows color (decimal): -12167674 or 415302. OLE color: 415302.

HSL color Cylindrical-coordinate representation of color #465606: hue angle of 72º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #465606 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 6 -
CMYK 0.19 0 0.93 0.66
HSL 72º 0.87% 0.18% -
HSV(B) 72º 0.93% 0.34% -
XYZ 5.89 7.97 1.4 -
YUV 72.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 70 86 6 0.19 0 0.93 0.66 72 0.87 0.18
Hex 46 56 6 13 0 5D 42 48 57 12
Octal 106 126 6 23 0 135 102 110 127 22
Binary 1000110 1010110 110 10011 0 1011101 1000010 1001000 1010111 10010

Color Harmonies of #465606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465606

Black with #465606

Text Example


Text Example

White with #465606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465606; }

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

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

background-color css

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

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

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

border-color css

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

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

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