#415001

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

Shades of Verdun Green #415001

Tints of Verdun Green #415001

Color information

#415001 (or 0x415001) is unknown color: approx Verdun Green. HEX triplet: 41, 50 and 01. RGB value is (65,80,1). Sum of RGB (Red+Green+Blue) = 65+80+1=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #415001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415001 is #BEAFFE. Grayscale: #424242. Windows color (decimal): -12496895 or 86081. OLE color: 86081.

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

Color convert

RGB65801-
CMYK0.1900.990.69
HSL71.39º97.53%15.88%-
HSV(B)71.39º98.75%31.37%-
XYZ5.056.861.09-
YUV66.5191.03126.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 80 (31.64% from 255) = 54.79%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=44.52%
G=54.79%
B=0.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal658010.1900.990.6971.3997.5315.88
Hex415011306345476210
Octal101120123014310510714220
Binary100000110100001100110110001110001011000111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415001; }

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

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

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

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

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

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

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

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