Html Css Color HEX #466306 Verdun Green

📋 copy color: '#466306'

red 70 ◦ green 99 ◦ blue 6

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

Shades of Verdun Green #466306

Tints of Verdun Green #466306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.57%

 BLUE value IS 6 (2.73% from 255) = 3.43%

R = 40%
G = 56.57%
B = 3.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#466306 (or 0x466306) is known color: Verdun Green. HEX triplet: 46, 63 and 06. RGB value is (70,99,6). Sum of RGB (Red+Green+Blue) = 70+99+6=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 99 (39.06% from 255 or 56.57% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 99 - color contains mainly: green. Hex color #466306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466306 is #B99CF9. Grayscale: #505050. Windows color (decimal): -12164346 or 418630. OLE color: 418630.

HSL color Cylindrical-coordinate representation of color #466306: hue angle of 78.71º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #466306 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 99 6 -
CMYK 0.29 0 0.94 0.61
HSL 78.71º 0.89% 0.21% -
HSV(B) 78.71º 0.94% 0.39% -
XYZ 7.02 10.24 1.78 -
YUV 79.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 70 99 6 0.29 0 0.94 0.61 78.71 0.89 0.21
Hex 46 63 6 1D 0 5E 3D 4F 59 15
Octal 106 143 6 35 0 136 75 117 131 25
Binary 1000110 1100011 110 11101 0 1011110 111101 1001111 1011001 10101

Color Harmonies of #466306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466306

Black with #466306

Text Example


Text Example

White with #466306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466306; }

 p { color: rgb(70,99,6); }

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

background-color css

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

 a { background-color: rgb(70,99,6); }

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

border-color css

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

 span { border-color: rgb(70,99,6); }

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