Html Css Color HEX #466C08 Verdun Green

📋 copy color: '#466C08'

red 70 ◦ green 108 ◦ blue 8

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

Shades of Verdun Green #466C08

Tints of Verdun Green #466C08

RGB

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

 GREEN value IS 108 (42.58% from 255) = 58.06%

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

R = 37.63%
G = 58.06%
B = 4.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#466C08 (or 0x466C08) is known color: Verdun Green. HEX triplet: 46, 6C and 08. RGB value is (70,108,8). Sum of RGB (Red+Green+Blue) = 70+108+8=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #466C08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466C08 is #B993F7. Grayscale: #555555. Windows color (decimal): -12162040 or 552006. OLE color: 552006.

HSL color Cylindrical-coordinate representation of color #466C08: hue angle of 82.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #466C08 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 108 8 -
CMYK 0.35 0 0.93 0.58
HSL 82.8º 0.86% 0.23% -
HSV(B) 82.8º 0.93% 0.42% -
XYZ 7.93 12.04 2.14 -
YUV 85.24 84.41 117.13 -
System Red Green Blue C M Y K H S L
Decimal 70 108 8 0.35 0 0.93 0.58 82.8 0.86 0.23
Hex 46 6C 8 23 0 5D 3A 53 56 17
Octal 106 154 10 43 0 135 72 123 126 27
Binary 1000110 1101100 1000 100011 0 1011101 111010 1010011 1010110 10111

Color Harmonies of #466C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466C08

Black with #466C08

Text Example


Text Example

White with #466C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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