Html Css Color HEX #466901 Verdun Green

📋 copy color: '#466901'

red 70 ◦ green 105 ◦ blue 1

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

Shades of Verdun Green #466901

Tints of Verdun Green #466901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 39.77%
G = 59.66%
B = 0.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#466901 (or 0x466901) is known color: Verdun Green. HEX triplet: 46, 69 and 01. RGB value is (70,105,1). Sum of RGB (Red+Green+Blue) = 70+105+1=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #466901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466901 is #B996FE. Grayscale: #535353. Windows color (decimal): -12162815 or 92486. OLE color: 92486.

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

Color convert

RGB 70 105 1 -
CMYK 0.33 0 0.99 0.59
HSL 80.19º 0.98% 0.21% -
HSV(B) 80.19º 0.99% 0.41% -
XYZ 7.58 11.41 1.83 -
YUV 82.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 70 105 1 0.33 0 0.99 0.59 80.19 0.98 0.21
Hex 46 69 1 21 0 63 3B 50 62 15
Octal 106 151 1 41 0 143 73 120 142 25
Binary 1000110 1101001 1 100001 0 1100011 111011 1010000 1100010 10101

Color Harmonies of #466901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466901

Black with #466901

Text Example


Text Example

White with #466901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466901; }

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

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

background-color css

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

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

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

border-color css

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

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

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