#464302

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

Shades of Verdun Green #464302

Tints of Verdun Green #464302

Color information

#464302 (or 0x464302) is unknown color: approx Verdun Green. HEX triplet: 46, 43 and 02. RGB value is (70,67,2). Sum of RGB (Red+Green+Blue) = 70+67+2=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #464302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464302 is #B9BCFD. Grayscale: #3C3C3C. Windows color (decimal): -12172542 or 148294. OLE color: 148294.

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

Color convert

RGB70672-
CMYK00.040.970.73
HSL57.35º94.44%14.12%-
HSV(B)57.35º97.14%27.45%-
XYZ4.545.320.84-
YUV60.4994.99134.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=50.36%
G=48.20%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7067200.040.970.7357.3594.4414.12
Hex46432046149395ee
Octal1061032041411117113616
Binary100011010000111001001100001100100111100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464302; }

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

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

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

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

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

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

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

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