Html Css Color HEX #465609 Verdun Green

📋 copy color: '#465609'

red 70 ◦ green 86 ◦ blue 9

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

Shades of Verdun Green #465609

Tints of Verdun Green #465609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.45%

R = 42.42%
G = 52.12%
B = 5.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#465609 (or 0x465609) is known color: Verdun Green. HEX triplet: 46, 56 and 09. RGB value is (70,86,9). Sum of RGB (Red+Green+Blue) = 70+86+9=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #465609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465609 is #B9A9F6. Grayscale: #484848. Windows color (decimal): -12167671 or 611910. OLE color: 611910.

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

Color convert

RGB 70 86 9 -
CMYK 0.19 0 0.90 0.66
HSL 72.47º 0.81% 0.19% -
HSV(B) 72.47º 0.9% 0.34% -
XYZ 5.9 7.98 1.49 -
YUV 72.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 70 86 9 0.19 0 0.90 0.66 72.47 0.81 0.19
Hex 46 56 9 13 0 5A 42 48 51 13
Octal 106 126 11 23 0 132 102 110 121 23
Binary 1000110 1010110 1001 10011 0 1011010 1000010 1001000 1010001 10011

Color Harmonies of #465609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465609

Black with #465609

Text Example


Text Example

White with #465609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465609; }

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

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

background-color css

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

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

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

border-color css

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

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

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