Html Css Color HEX #466804 Verdun Green

📋 copy color: '#466804'

red 70 ◦ green 104 ◦ blue 4

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

Shades of Verdun Green #466804

Tints of Verdun Green #466804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 58.43%

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

R = 39.33%
G = 58.43%
B = 2.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#466804 (or 0x466804) is known color: Verdun Green. HEX triplet: 46, 68 and 04. RGB value is (70,104,4). Sum of RGB (Red+Green+Blue) = 70+104+4=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #466804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466804 is #B997FB. Grayscale: #525252. Windows color (decimal): -12163068 or 288838. OLE color: 288838.

HSL color Cylindrical-coordinate representation of color #466804: hue angle of 80.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #466804 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 104 4 -
CMYK 0.33 0 0.96 0.59
HSL 80.4º 0.93% 0.21% -
HSV(B) 80.4º 0.96% 0.41% -
XYZ 7.5 11.21 1.88 -
YUV 82.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 70 104 4 0.33 0 0.96 0.59 80.4 0.93 0.21
Hex 46 68 4 21 0 60 3B 50 5D 15
Octal 106 150 4 41 0 140 73 120 135 25
Binary 1000110 1101000 100 100001 0 1100000 111011 1010000 1011101 10101

Color Harmonies of #466804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466804

Black with #466804

Text Example


Text Example

White with #466804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466804; }

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

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

background-color css

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

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

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

border-color css

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

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

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