#465003

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

Shades of Verdun Green #465003

Tints of Verdun Green #465003

Color information

#465003 (or 0x465003) is unknown color: approx Verdun Green. HEX triplet: 46, 50 and 03. RGB value is (70,80,3). Sum of RGB (Red+Green+Blue) = 70+80+3=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #465003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465003 is #B9AFFC. Grayscale: #444444. Windows color (decimal): -12169213 or 217158. OLE color: 217158.

HSL color Cylindrical-coordinate representation of color #465003: hue angle of 67.79º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #465003 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB70803-
CMYK0.1200.960.69
HSL67.79º92.77%16.27%-
HSV(B)67.79º96.25%31.37%-
XYZ5.417.051.16-
YUV68.2391.19129.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 80 (31.64% from 255) = 52.29%
BLUE value IS 3 (1.56% from 255) = 1.96%
R=45.75%
G=52.29%
B=1.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal708030.1200.960.6967.7992.7716.27
Hex46503C06045445d10
Octal106120314014010510413520
Binary100011010100001111000110000010001011000100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465003; }

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

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

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

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

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

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

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

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