Html Css Color HEX #466803 Verdun Green

📋 copy color: '#466803'

red 70 ◦ green 104 ◦ blue 3

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

Shades of Verdun Green #466803

Tints of Verdun Green #466803

RGB

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

 GREEN value IS 104 (41.02% from 255) = 58.76%

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

R = 39.55%
G = 58.76%
B = 1.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#466803 (or 0x466803) is known color: Verdun Green. HEX triplet: 46, 68 and 03. RGB value is (70,104,3). Sum of RGB (Red+Green+Blue) = 70+104+3=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #466803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466803 is #B997FC. Grayscale: #525252. Windows color (decimal): -12163069 or 223302. OLE color: 223302.

HSL color Cylindrical-coordinate representation of color #466803: hue angle of 80.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #466803 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 104 3 -
CMYK 0.33 0 0.97 0.59
HSL 80.2º 0.94% 0.21% -
HSV(B) 80.2º 0.97% 0.41% -
XYZ 7.49 11.21 1.85 -
YUV 82.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 70 104 3 0.33 0 0.97 0.59 80.2 0.94 0.21
Hex 46 68 3 21 0 61 3B 50 5E 15
Octal 106 150 3 41 0 141 73 120 136 25
Binary 1000110 1101000 11 100001 0 1100001 111011 1010000 1011110 10101

Color Harmonies of #466803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466803

Black with #466803

Text Example


Text Example

White with #466803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466803; }

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

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

background-color css

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

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

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

border-color css

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

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

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