Html Css Color HEX #466008 Verdun Green

📋 copy color: '#466008'

red 70 ◦ green 96 ◦ blue 8

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

Shades of Verdun Green #466008

Tints of Verdun Green #466008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.17%

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 40.23%
G = 55.17%
B = 4.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#466008 (or 0x466008) is known color: Verdun Green. HEX triplet: 46, 60 and 08. RGB value is (70,96,8). Sum of RGB (Red+Green+Blue) = 70+96+8=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #466008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466008 is #B99FF7. Grayscale: #4E4E4E. Windows color (decimal): -12165112 or 548934. OLE color: 548934.

HSL color Cylindrical-coordinate representation of color #466008: hue angle of 77.73º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #466008 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 8 -
CMYK 0.27 0 0.92 0.62
HSL 77.73º 0.85% 0.2% -
HSV(B) 77.73º 0.92% 0.38% -
XYZ 6.75 9.69 1.74 -
YUV 78.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 70 96 8 0.27 0 0.92 0.62 77.73 0.85 0.2
Hex 46 60 8 1B 0 5C 3E 4E 55 14
Octal 106 140 10 33 0 134 76 116 125 24
Binary 1000110 1100000 1000 11011 0 1011100 111110 1001110 1010101 10100

Color Harmonies of #466008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466008

Black with #466008

Text Example


Text Example

White with #466008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466008; }

 p { color: rgb(70,96,8); }

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

background-color css

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

 a { background-color: rgb(70,96,8); }

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

border-color css

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

 span { border-color: rgb(70,96,8); }

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