#417001

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

Shades of Verdun Green #417001

Tints of Verdun Green #417001

Color information

#417001 (or 0x417001) is unknown color: approx Verdun Green. HEX triplet: 41, 70 and 01. RGB value is (65,112,1). Sum of RGB (Red+Green+Blue) = 65+112+1=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #417001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417001 is #BE8FFE. Grayscale: #555555. Windows color (decimal): -12488703 or 94273. OLE color: 94273.

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

Color convert

RGB651121-
CMYK0.4200.990.56
HSL85.41º98.23%22.16%-
HSV(B)85.41º99.11%43.92%-
XYZ7.9812.712.06-
YUV85.2980.43113.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 112 (44.14% from 255) = 62.92%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=36.52%
G=62.92%
B=0.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6511210.4200.990.5685.4198.2322.16
Hex417012A06338556216
Octal10116015201437012514226
Binary100000111100001101010011000111110001010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417001; }

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

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

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

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

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

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

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

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