#464402

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

Shades of Verdun Green #464402

Tints of Verdun Green #464402

Color information

#464402 (or 0x464402) is unknown color: approx Verdun Green. HEX triplet: 46, 44 and 02. RGB value is (70,68,2). Sum of RGB (Red+Green+Blue) = 70+68+2=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #464402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464402 is #B9BBFD. Grayscale: #3D3D3D. Windows color (decimal): -12172286 or 148550. OLE color: 148550.

HSL color Cylindrical-coordinate representation of color #464402: hue angle of 58.24º 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 #464402 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB70682-
CMYK00.030.970.73
HSL58.24º94.44%14.12%-
HSV(B)58.24º97.14%27.45%-
XYZ4.65.440.86-
YUV61.0794.66134.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 48.57%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=50%
G=48.57%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7068200.030.970.7358.2494.4414.12
Hex464420361493a5ee
Octal1061042031411117213616
Binary10001101000100100111100001100100111101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464402; }

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

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

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

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

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

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

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

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