Html Css Color HEX #466404 Verdun Green

📋 copy color: '#466404'

red 70 ◦ green 100 ◦ blue 4

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

Shades of Verdun Green #466404

Tints of Verdun Green #466404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.3%

R = 40.23%
G = 57.47%
B = 2.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#466404 (or 0x466404) is known color: Verdun Green. HEX triplet: 46, 64 and 04. RGB value is (70,100,4). Sum of RGB (Red+Green+Blue) = 70+100+4=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #466404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466404 is #B99BFB. Grayscale: #505050. Windows color (decimal): -12164092 or 287814. OLE color: 287814.

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

Color convert

RGB 70 100 4 -
CMYK 0.30 0 0.96 0.61
HSL 78.75º 0.92% 0.2% -
HSV(B) 78.75º 0.96% 0.39% -
XYZ 7.1 10.43 1.75 -
YUV 80.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 70 100 4 0.30 0 0.96 0.61 78.75 0.92 0.2
Hex 46 64 4 1E 0 60 3D 4F 5C 14
Octal 106 144 4 36 0 140 75 117 134 24
Binary 1000110 1100100 100 11110 0 1100000 111101 1001111 1011100 10100

Color Harmonies of #466404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466404

Black with #466404

Text Example


Text Example

White with #466404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466404; }

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

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

background-color css

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

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

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

border-color css

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

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

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