Html Css Color HEX #466102 Verdun Green

📋 copy color: '#466102'

red 70 ◦ green 97 ◦ blue 2

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

Shades of Verdun Green #466102

Tints of Verdun Green #466102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.4%

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 41.42%
G = 57.4%
B = 1.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#466102 (or 0x466102) is known color: Verdun Green. HEX triplet: 46, 61 and 02. RGB value is (70,97,2). Sum of RGB (Red+Green+Blue) = 70+97+2=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #466102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466102 is #B99EFD. Grayscale: #4E4E4E. Windows color (decimal): -12164862 or 155974. OLE color: 155974.

HSL color Cylindrical-coordinate representation of color #466102: hue angle of 77.05º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #466102 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 2 -
CMYK 0.28 0 0.98 0.62
HSL 77.05º 0.96% 0.19% -
HSV(B) 77.05º 0.98% 0.38% -
XYZ 6.81 9.86 1.6 -
YUV 78.1 85.05 122.22 -
System Red Green Blue C M Y K H S L
Decimal 70 97 2 0.28 0 0.98 0.62 77.05 0.96 0.19
Hex 46 61 2 1C 0 62 3E 4D 60 13
Octal 106 141 2 34 0 142 76 115 140 23
Binary 1000110 1100001 10 11100 0 1100010 111110 1001101 1100000 10011

Color Harmonies of #466102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466102

Black with #466102

Text Example


Text Example

White with #466102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466102; }

 p { color: rgb(70,97,2); }

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

background-color css

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

 a { background-color: rgb(70,97,2); }

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

border-color css

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

 span { border-color: rgb(70,97,2); }

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