#466302

Color #466302 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #466302

Tints of Verdun Green #466302

Color information

#466302 (or 0x466302) is unknown color: approx 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

RGB70992-
CMYK0.2900.980.61
HSL77.94º96.04%19.8%-
HSV(B)77.94º97.98%38.82%-
XYZ710.231.66-
YUV79.2784.39121.39-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal709920.2900.980.6177.9496.0419.8
Hex466321D0623D4e6014
Octal10614323501427511614024
Binary100011011000111011101011000101111011001110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>