Html Css Color HEX #466409 Verdun Green

📋 copy color: '#466409'

red 70 ◦ green 100 ◦ blue 9

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

Shades of Verdun Green #466409

Tints of Verdun Green #466409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 55.87%

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

R = 39.11%
G = 55.87%
B = 5.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#466409 (or 0x466409) is known color: Verdun Green. HEX triplet: 46, 64 and 09. RGB value is (70,100,9). Sum of RGB (Red+Green+Blue) = 70+100+9=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #466409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466409 is #B99BF6. Grayscale: #505050. Windows color (decimal): -12164087 or 615494. OLE color: 615494.

HSL color Cylindrical-coordinate representation of color #466409: hue angle of 79.78º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #466409 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 100 9 -
CMYK 0.30 0 0.91 0.61
HSL 79.78º 0.83% 0.21% -
HSV(B) 79.78º 0.91% 0.39% -
XYZ 7.13 10.44 1.9 -
YUV 80.66 87.56 120.4 -
System Red Green Blue C M Y K H S L
Decimal 70 100 9 0.30 0 0.91 0.61 79.78 0.83 0.21
Hex 46 64 9 1E 0 5B 3D 50 53 15
Octal 106 144 11 36 0 133 75 120 123 25
Binary 1000110 1100100 1001 11110 0 1011011 111101 1010000 1010011 10101

Color Harmonies of #466409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466409

Black with #466409

Text Example


Text Example

White with #466409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466409; }

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

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

background-color css

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

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

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

border-color css

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

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

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