Html Css Color HEX #466202 Verdun Green

📋 copy color: '#466202'

red 70 ◦ green 98 ◦ blue 2

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

Shades of Verdun Green #466202

Tints of Verdun Green #466202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.65%

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

R = 41.18%
G = 57.65%
B = 1.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#466202 (or 0x466202) is known color: Verdun Green. HEX triplet: 46, 62 and 02. RGB value is (70,98,2). Sum of RGB (Red+Green+Blue) = 70+98+2=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #466202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466202 is #B99DFD. Grayscale: #4F4F4F. Windows color (decimal): -12164606 or 156230. OLE color: 156230.

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

Color convert

RGB 70 98 2 -
CMYK 0.29 0 0.98 0.62
HSL 77.5º 0.96% 0.2% -
HSV(B) 77.5º 0.98% 0.38% -
XYZ 6.9 10.04 1.63 -
YUV 78.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 70 98 2 0.29 0 0.98 0.62 77.5 0.96 0.2
Hex 46 62 2 1D 0 62 3E 4E 60 14
Octal 106 142 2 35 0 142 76 116 140 24
Binary 1000110 1100010 10 11101 0 1100010 111110 1001110 1100000 10100

Color Harmonies of #466202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466202

Black with #466202

Text Example


Text Example

White with #466202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466202; }

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

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

background-color css

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

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

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

border-color css

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

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

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