Html Css Color HEX #466302 Verdun Green

📋 copy color: '#466302'

red 70 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #466302

Tints of Verdun Green #466302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.89%

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

R = 40.94%
G = 57.89%
B = 1.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#466302 (or 0x466302) is known color: Verdun Green. HEX triplet: 46, 63 and 02. RGB value is (70,99,2). Sum of RGB (Red+Green+Blue) = 70+99+2=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #466302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466302 is #B99CFD. Grayscale: #4F4F4F. Windows color (decimal): -12164350 or 156486. OLE color: 156486.

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

Color convert

RGB 70 99 2 -
CMYK 0.29 0 0.98 0.61
HSL 77.94º 0.96% 0.2% -
HSV(B) 77.94º 0.98% 0.39% -
XYZ 7 10.23 1.66 -
YUV 79.27 84.39 121.39 -
System Red Green Blue C M Y K H S L
Decimal 70 99 2 0.29 0 0.98 0.61 77.94 0.96 0.2
Hex 46 63 2 1D 0 62 3D 4E 60 14
Octal 106 143 2 35 0 142 75 116 140 24
Binary 1000110 1100011 10 11101 0 1100010 111101 1001110 1100000 10100

Color Harmonies of #466302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466302

Black with #466302

Text Example


Text Example

White with #466302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466302; }

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

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

background-color css

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

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

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

border-color css

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

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

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