#415301

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

Shades of Verdun Green #415301

Tints of Verdun Green #415301

Color information

#415301 (or 0x415301) is unknown color: approx Verdun Green. HEX triplet: 41, 53 and 01. RGB value is (65,83,1). Sum of RGB (Red+Green+Blue) = 65+83+1=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #415301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415301 is #BEACFE. Grayscale: #444444. Windows color (decimal): -12496127 or 86849. OLE color: 86849.

HSL color Cylindrical-coordinate representation of color #415301: hue angle of 73.17º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #415301 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB65831-
CMYK0.2200.990.67
HSL73.17º97.62%16.47%-
HSV(B)73.17º98.8%32.55%-
XYZ5.287.311.16-
YUV68.2790.04125.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 83 (32.81% from 255) = 55.70%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=43.62%
G=55.70%
B=0.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal658310.2200.990.6773.1797.6216.47
Hex415311606343496210
Octal101123126014310311114220
Binary100000110100111101100110001110000111001001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415301; }

 p { color: rgb(65,83,1); }

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

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

 a { background-color: rgb(65,83,1); }

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

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

 span { border-color: rgb(65,83,1); }

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