Html Css Color HEX #466108 Verdun Green

📋 copy color: '#466108'

red 70 ◦ green 97 ◦ blue 8

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

Shades of Verdun Green #466108

Tints of Verdun Green #466108

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.43%

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

R = 40%
G = 55.43%
B = 4.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#466108 (or 0x466108) is known color: Verdun Green. HEX triplet: 46, 61 and 08. RGB value is (70,97,8). Sum of RGB (Red+Green+Blue) = 70+97+8=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #466108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466108 is #B99EF7. Grayscale: #4F4F4F. Windows color (decimal): -12164856 or 549190. OLE color: 549190.

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

Color convert

RGB 70 97 8 -
CMYK 0.28 0 0.92 0.62
HSL 78.2º 0.85% 0.21% -
HSV(B) 78.2º 0.92% 0.38% -
XYZ 6.84 9.87 1.77 -
YUV 78.78 88.05 121.74 -
System Red Green Blue C M Y K H S L
Decimal 70 97 8 0.28 0 0.92 0.62 78.2 0.85 0.21
Hex 46 61 8 1C 0 5C 3E 4E 55 15
Octal 106 141 10 34 0 134 76 116 125 25
Binary 1000110 1100001 1000 11100 0 1011100 111110 1001110 1010101 10101

Color Harmonies of #466108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466108

Black with #466108

Text Example


Text Example

White with #466108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466108; }

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

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

background-color css

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

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

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

border-color css

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

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

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