#465803

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

Shades of Verdun Green #465803

Tints of Verdun Green #465803

Color information

#465803 (or 0x465803) is unknown color: approx Verdun Green. HEX triplet: 46, 58 and 03. RGB value is (70,88,3). Sum of RGB (Red+Green+Blue) = 70+88+3=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #465803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465803 is #B9A7FC. Grayscale: #494949. Windows color (decimal): -12167165 or 219206. OLE color: 219206.

HSL color Cylindrical-coordinate representation of color #465803: hue angle of 72.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #465803 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB70883-
CMYK0.2000.970.65
HSL72.71º93.41%17.84%-
HSV(B)72.71º96.59%34.51%-
XYZ6.038.291.37-
YUV72.9388.54125.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=43.48%
G=54.66%
B=1.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal708830.2000.970.6572.7193.4117.84
Hex465831406141495d12
Octal106130324014110111113522
Binary1000110101100011101000110000110000011001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465803; }

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

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

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

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

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

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

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

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