Html Css Color HEX #466304 Verdun Green

📋 copy color: '#466304'

red 70 ◦ green 99 ◦ blue 4

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

Shades of Verdun Green #466304

Tints of Verdun Green #466304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.23%

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

R = 40.46%
G = 57.23%
B = 2.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#466304 (or 0x466304) is known color: Verdun Green. HEX triplet: 46, 63 and 04. RGB value is (70,99,4). Sum of RGB (Red+Green+Blue) = 70+99+4=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #466304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466304 is #B99CFB. Grayscale: #4F4F4F. Windows color (decimal): -12164348 or 287558. OLE color: 287558.

HSL color Cylindrical-coordinate representation of color #466304: hue angle of 78.32º 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 #466304 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 99 4 -
CMYK 0.29 0 0.96 0.61
HSL 78.32º 0.92% 0.2% -
HSV(B) 78.32º 0.96% 0.39% -
XYZ 7.01 10.23 1.72 -
YUV 79.5 85.39 121.22 -
System Red Green Blue C M Y K H S L
Decimal 70 99 4 0.29 0 0.96 0.61 78.32 0.92 0.2
Hex 46 63 4 1D 0 60 3D 4E 5C 14
Octal 106 143 4 35 0 140 75 116 134 24
Binary 1000110 1100011 100 11101 0 1100000 111101 1001110 1011100 10100

Color Harmonies of #466304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466304

Black with #466304

Text Example


Text Example

White with #466304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466304; }

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

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

background-color css

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

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

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

border-color css

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

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

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