Html Css Color HEX #466403 Verdun Green

📋 copy color: '#466403'

red 70 ◦ green 100 ◦ blue 3

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

Shades of Verdun Green #466403

Tints of Verdun Green #466403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 57.8%

 BLUE value IS 3 (1.56% from 255) = 1.73%

R = 40.46%
G = 57.8%
B = 1.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#466403 (or 0x466403) is known color: Verdun Green. HEX triplet: 46, 64 and 03. RGB value is (70,100,3). Sum of RGB (Red+Green+Blue) = 70+100+3=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #466403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466403 is #B99BFC. Grayscale: #505050. Windows color (decimal): -12164093 or 222278. OLE color: 222278.

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

Color convert

RGB 70 100 3 -
CMYK 0.30 0 0.97 0.61
HSL 78.56º 0.94% 0.2% -
HSV(B) 78.56º 0.97% 0.39% -
XYZ 7.1 10.42 1.72 -
YUV 79.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 70 100 3 0.30 0 0.97 0.61 78.56 0.94 0.2
Hex 46 64 3 1E 0 61 3D 4F 5E 14
Octal 106 144 3 36 0 141 75 117 136 24
Binary 1000110 1100100 11 11110 0 1100001 111101 1001111 1011110 10100

Color Harmonies of #466403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466403

Black with #466403

Text Example


Text Example

White with #466403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466403; }

 p { color: rgb(70,100,3); }

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

background-color css

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

 a { background-color: rgb(70,100,3); }

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

border-color css

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

 span { border-color: rgb(70,100,3); }

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