#464203

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

Shades of Verdun Green #464203

Tints of Verdun Green #464203

Color information

#464203 (or 0x464203) is unknown color: approx Verdun Green. HEX triplet: 46, 42 and 03. RGB value is (70,66,3). Sum of RGB (Red+Green+Blue) = 70+66+3=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #464203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464203 is #B9BDFC. Grayscale: #3C3C3C. Windows color (decimal): -12172797 or 213574. OLE color: 213574.

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

Color convert

RGB70663-
CMYK00.060.960.73
HSL56.42º91.78%14.31%-
HSV(B)56.42º95.71%27.45%-
XYZ4.495.210.85-
YUV60.0195.83135.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.36%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=50.36%
G=47.48%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7066300.060.960.7356.4291.7814.31
Hex46423066049385ce
Octal1061023061401117013416
Binary100011010000101101101100000100100111100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464203; }

 p { color: rgb(70,66,3); }

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

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

 a { background-color: rgb(70,66,3); }

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

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

 span { border-color: rgb(70,66,3); }

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