Html Css Color HEX #466602 Verdun Green

📋 copy color: '#466602'

red 70 ◦ green 102 ◦ blue 2

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

Shades of Verdun Green #466602

Tints of Verdun Green #466602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 58.62%

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

R = 40.23%
G = 58.62%
B = 1.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#466602 (or 0x466602) is known color: Verdun Green. HEX triplet: 46, 66 and 02. RGB value is (70,102,2). Sum of RGB (Red+Green+Blue) = 70+102+2=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #466602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466602 is #B999FD. Grayscale: #515151. Windows color (decimal): -12163582 or 157254. OLE color: 157254.

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

Color convert

RGB 70 102 2 -
CMYK 0.31 0 0.98 0.6
HSL 79.2º 0.96% 0.2% -
HSV(B) 79.2º 0.98% 0.4% -
XYZ 7.29 10.81 1.76 -
YUV 81.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 70 102 2 0.31 0 0.98 0.6 79.2 0.96 0.2
Hex 46 66 2 1F 0 62 3C 4F 60 14
Octal 106 146 2 37 0 142 74 117 140 24
Binary 1000110 1100110 10 11111 0 1100010 111100 1001111 1100000 10100

Color Harmonies of #466602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466602

Black with #466602

Text Example


Text Example

White with #466602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466602; }

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

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

background-color css

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

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

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

border-color css

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

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

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