Html Css Color HEX #466903 Verdun Green

📋 copy color: '#466903'

red 70 ◦ green 105 ◦ blue 3

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

Shades of Verdun Green #466903

Tints of Verdun Green #466903

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.99%

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

R = 39.33%
G = 58.99%
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

#466903 (or 0x466903) is known color: Verdun Green. HEX triplet: 46, 69 and 03. RGB value is (70,105,3). Sum of RGB (Red+Green+Blue) = 70+105+3=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #466903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466903 is #B996FC. Grayscale: #535353. Windows color (decimal): -12162813 or 223558. OLE color: 223558.

HSL color Cylindrical-coordinate representation of color #466903: hue angle of 80.59º 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 #466903 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 3 -
CMYK 0.33 0 0.97 0.59
HSL 80.59º 0.94% 0.21% -
HSV(B) 80.59º 0.97% 0.41% -
XYZ 7.59 11.41 1.89 -
YUV 82.91 82.9 118.79 -
System Red Green Blue C M Y K H S L
Decimal 70 105 3 0.33 0 0.97 0.59 80.59 0.94 0.21
Hex 46 69 3 21 0 61 3B 51 5E 15
Octal 106 151 3 41 0 141 73 121 136 25
Binary 1000110 1101001 11 100001 0 1100001 111011 1010001 1011110 10101

Color Harmonies of #466903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466903

Black with #466903

Text Example


Text Example

White with #466903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466903; }

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

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

background-color css

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

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

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

border-color css

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

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

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