Html Css Color HEX #466808 Verdun Green

📋 copy color: '#466808'

red 70 ◦ green 104 ◦ blue 8

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

Shades of Verdun Green #466808

Tints of Verdun Green #466808

RGB

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

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

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

R = 38.46%
G = 57.14%
B = 4.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#466808 (or 0x466808) is known color: Verdun Green. HEX triplet: 46, 68 and 08. RGB value is (70,104,8). Sum of RGB (Red+Green+Blue) = 70+104+8=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #466808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466808 is #B997F7. Grayscale: #535353. Windows color (decimal): -12163064 or 550982. OLE color: 550982.

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

Color convert

RGB 70 104 8 -
CMYK 0.33 0 0.92 0.59
HSL 81.25º 0.86% 0.22% -
HSV(B) 81.25º 0.92% 0.41% -
XYZ 7.52 11.22 2 -
YUV 82.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 70 104 8 0.33 0 0.92 0.59 81.25 0.86 0.22
Hex 46 68 8 21 0 5C 3B 51 56 16
Octal 106 150 10 41 0 134 73 121 126 26
Binary 1000110 1101000 1000 100001 0 1011100 111011 1010001 1010110 10110

Color Harmonies of #466808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466808

Black with #466808

Text Example


Text Example

White with #466808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466808; }

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

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

background-color css

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

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

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

border-color css

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

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

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