#465402

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

Shades of Verdun Green #465402

Tints of Verdun Green #465402

Color information

#465402 (or 0x465402) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 02. RGB value is (70,84,2). Sum of RGB (Red+Green+Blue) = 70+84+2=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #465402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465402 is #B9ABFD. Grayscale: #464646. Windows color (decimal): -12168190 or 152646. OLE color: 152646.

HSL color Cylindrical-coordinate representation of color #465402: hue angle of 70.24º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #465402 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB70842-
CMYK0.1700.980.67
HSL70.24º95.35%16.86%-
HSV(B)70.24º97.62%32.94%-
XYZ5.717.651.23-
YUV70.4789.36127.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 2 (1.17% from 255) = 1.28%
R=44.87%
G=53.85%
B=1.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708420.1700.980.6770.2495.3516.86
Hex465421106243465f11
Octal106124221014210310613721
Binary1000110101010010100010110001010000111000110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465402; }

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

 H1.HeaderClassName
 {
   color: #465402;
 }
 .AnyTagClassName
 {
   color: #465402;
 }
</style>
background-color css

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

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

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

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

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

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