#464502

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

Shades of Verdun Green #464502

Tints of Verdun Green #464502

Color information

#464502 (or 0x464502) is unknown color: approx Verdun Green. HEX triplet: 46, 45 and 02. RGB value is (70,69,2). Sum of RGB (Red+Green+Blue) = 70+69+2=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #464502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464502 is #B9BAFD. Grayscale: #3D3D3D. Windows color (decimal): -12172030 or 148806. OLE color: 148806.

HSL color Cylindrical-coordinate representation of color #464502: hue angle of 59.12º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #464502 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB70692-
CMYK00.010.970.73
HSL59.12º94.44%14.12%-
HSV(B)59.12º97.14%27.45%-
XYZ4.665.560.89-
YUV61.6694.33133.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 69 (27.34% from 255) = 48.94%
BLUE value IS 2 (1.17% from 255) = 1.42%
R=49.65%
G=48.94%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7069200.010.970.7359.1294.4414.12
Hex464520161493b5ee
Octal1061052011411117313616
Binary1000110100010110011100001100100111101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464502; }

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

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

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

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

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

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

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

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