Html Css Color HEX #465409 Verdun Green

📋 copy color: '#465409'

red 70 ◦ green 84 ◦ blue 9

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

Shades of Verdun Green #465409

Tints of Verdun Green #465409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.53%

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

R = 42.94%
G = 51.53%
B = 5.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#465409 (or 0x465409) is known color: Verdun Green. HEX triplet: 46, 54 and 09. RGB value is (70,84,9). Sum of RGB (Red+Green+Blue) = 70+84+9=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #465409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465409 is #B9ABF6. Grayscale: #474747. Windows color (decimal): -12168183 or 611398. OLE color: 611398.

HSL color Cylindrical-coordinate representation of color #465409: hue angle of 71.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #465409 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 9 -
CMYK 0.17 0 0.89 0.67
HSL 71.2º 0.81% 0.18% -
HSV(B) 71.2º 0.89% 0.33% -
XYZ 5.75 7.66 1.43 -
YUV 71.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 70 84 9 0.17 0 0.89 0.67 71.2 0.81 0.18
Hex 46 54 9 11 0 59 43 47 51 12
Octal 106 124 11 21 0 131 103 107 121 22
Binary 1000110 1010100 1001 10001 0 1011001 1000011 1000111 1010001 10010

Color Harmonies of #465409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465409

Black with #465409

Text Example


Text Example

White with #465409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465409; }

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

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

background-color css

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

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

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

border-color css

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

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

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