#465203

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

Shades of Verdun Green #465203

Tints of Verdun Green #465203

Color information

#465203 (or 0x465203) is unknown color: approx Verdun Green. HEX triplet: 46, 52 and 03. RGB value is (70,82,3). Sum of RGB (Red+Green+Blue) = 70+82+3=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #465203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465203 is #B9ADFC. Grayscale: #454545. Windows color (decimal): -12168701 or 217670. OLE color: 217670.

HSL color Cylindrical-coordinate representation of color #465203: hue angle of 69.11º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #465203 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB70823-
CMYK0.1500.960.68
HSL69.11º92.94%16.67%-
HSV(B)69.11º96.34%32.16%-
XYZ5.567.341.21-
YUV69.4190.52128.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 82 (32.42% from 255) = 52.90%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=45.16%
G=52.90%
B=1.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal708230.1500.960.6869.1192.9416.67
Hex46523F06044455d11
Octal106122317014010410513521
Binary100011010100101111110110000010001001000101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465203; }

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

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

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

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

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

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

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

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