#415703

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

Shades of Verdun Green #415703

Tints of Verdun Green #415703

Color information

#415703 (or 0x415703) is unknown color: approx Verdun Green. HEX triplet: 41, 57 and 03. RGB value is (65,87,3). Sum of RGB (Red+Green+Blue) = 65+87+3=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #415703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415703 is #BEA8FC. Grayscale: #474747. Windows color (decimal): -12495101 or 218945. OLE color: 218945.

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

Color convert

RGB65873-
CMYK0.2500.970.66
HSL75.71º93.33%17.65%-
HSV(B)75.71º96.55%34.12%-
XYZ5.67.951.32-
YUV70.8589.71123.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 87 (34.38% from 255) = 56.13%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=41.94%
G=56.13%
B=1.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal658730.2500.970.6675.7193.3317.65
Hex4157319061424c5d12
Octal101127331014110211413522
Binary1000001101011111110010110000110000101001100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415703; }

 p { color: rgb(65,87,3); }

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

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

 a { background-color: rgb(65,87,3); }

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

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

 span { border-color: rgb(65,87,3); }

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