Html Css Color HEX #466708 Verdun Green

📋 copy color: '#466708'

red 70 ◦ green 103 ◦ blue 8

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

Shades of Verdun Green #466708

Tints of Verdun Green #466708

RGB

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

 GREEN value IS 103 (40.63% from 255) = 56.91%

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

R = 38.67%
G = 56.91%
B = 4.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#466708 (or 0x466708) is known color: Verdun Green. HEX triplet: 46, 67 and 08. RGB value is (70,103,8). Sum of RGB (Red+Green+Blue) = 70+103+8=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #466708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466708 is #B998F7. Grayscale: #525252. Windows color (decimal): -12163320 or 550726. OLE color: 550726.

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

Color convert

RGB 70 103 8 -
CMYK 0.32 0 0.92 0.60
HSL 80.84º 0.86% 0.22% -
HSV(B) 80.84º 0.92% 0.4% -
XYZ 7.42 11.02 1.97 -
YUV 82.3 86.07 119.22 -
System Red Green Blue C M Y K H S L
Decimal 70 103 8 0.32 0 0.92 0.60 80.84 0.86 0.22
Hex 46 67 8 20 0 5C 3C 51 56 16
Octal 106 147 10 40 0 134 74 121 126 26
Binary 1000110 1100111 1000 100000 0 1011100 111100 1010001 1010110 10110

Color Harmonies of #466708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466708

Black with #466708

Text Example


Text Example

White with #466708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466708; }

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

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

background-color css

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

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

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

border-color css

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

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

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