Html Css Color HEX #466801 Verdun Green

📋 copy color: '#466801'

red 70 ◦ green 104 ◦ blue 1

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

Shades of Verdun Green #466801

Tints of Verdun Green #466801

RGB

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

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

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

R = 40%
G = 59.43%
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

#466801 (or 0x466801) is known color: Verdun Green. HEX triplet: 46, 68 and 01. RGB value is (70,104,1). Sum of RGB (Red+Green+Blue) = 70+104+1=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #466801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466801 is #B997FE. Grayscale: #525252. Windows color (decimal): -12163071 or 92230. OLE color: 92230.

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

Color convert

RGB 70 104 1 -
CMYK 0.33 0 0.99 0.59
HSL 79.81º 0.98% 0.21% -
HSV(B) 79.81º 0.99% 0.41% -
XYZ 7.48 11.2 1.8 -
YUV 82.09 82.24 119.38 -
System Red Green Blue C M Y K H S L
Decimal 70 104 1 0.33 0 0.99 0.59 79.81 0.98 0.21
Hex 46 68 1 21 0 63 3B 50 62 15
Octal 106 150 1 41 0 143 73 120 142 25
Binary 1000110 1101000 1 100001 0 1100011 111011 1010000 1100010 10101

Color Harmonies of #466801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466801

Black with #466801

Text Example


Text Example

White with #466801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466801; }

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

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

background-color css

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

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

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

border-color css

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

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

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