Html Css Color HEX #466300 Verdun Green

📋 copy color: '#466300'

red 70 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #466300

Tints of Verdun Green #466300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.42%
G = 58.58%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#466300 (or 0x466300) is known color: Verdun Green. HEX triplet: 46, 63 and 00. RGB value is (70,99,0). Sum of RGB (Red+Green+Blue) = 70+99+0=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #466300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466300 is #B99CFF. Grayscale: #4F4F4F. Windows color (decimal): -12164352 or 25414. OLE color: 25414.

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

Color convert

RGB 70 99 0 -
CMYK 0.29 0 1 0.61
HSL 77.58º 1% 0.19% -
HSV(B) 77.58º 1% 0.39% -
XYZ 6.99 10.23 1.61 -
YUV 79.04 83.39 121.55 -
System Red Green Blue C M Y K H S L
Decimal 70 99 0 0.29 0 1 0.61 77.58 1 0.19
Hex 46 63 0 1D 0 64 3D 4E 64 13
Octal 106 143 0 35 0 144 75 116 144 23
Binary 1000110 1100011 0 11101 0 1100100 111101 1001110 1100100 10011

Color Harmonies of #466300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466300

Black with #466300

Text Example


Text Example

White with #466300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466300; }

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

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

background-color css

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

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

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

border-color css

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

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

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