Html Css Color HEX #466F01 Verdun Green

📋 copy color: '#466F01'

red 70 ◦ green 111 ◦ blue 1

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

Shades of Verdun Green #466F01

Tints of Verdun Green #466F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 60.99%

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

R = 38.46%
G = 60.99%
B = 0.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#466F01 (or 0x466F01) is known color: Verdun Green. HEX triplet: 46, 6F and 01. RGB value is (70,111,1). Sum of RGB (Red+Green+Blue) = 70+111+1=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 111 (43.75% from 255 or 60.99% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 111 - color contains mainly: green. Hex color #466F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466F01 is #B990FE. Grayscale: #565656. Windows color (decimal): -12161279 or 94022. OLE color: 94022.

HSL color Cylindrical-coordinate representation of color #466F01: hue angle of 82.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #466F01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 1 -
CMYK 0.37 0 0.99 0.56
HSL 82.36º 0.98% 0.22% -
HSV(B) 82.36º 0.99% 0.44% -
XYZ 8.22 12.67 2.04 -
YUV 86.2 79.92 116.44 -
System Red Green Blue C M Y K H S L
Decimal 70 111 1 0.37 0 0.99 0.56 82.36 0.98 0.22
Hex 46 6F 1 25 0 63 38 52 62 16
Octal 106 157 1 45 0 143 70 122 142 26
Binary 1000110 1101111 1 100101 0 1100011 111000 1010010 1100010 10110

Color Harmonies of #466F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F01

Black with #466F01

Text Example


Text Example

White with #466F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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