#417002

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

Shades of Verdun Green #417002

Tints of Verdun Green #417002

Color information

#417002 (or 0x417002) is unknown color: approx Verdun Green. HEX triplet: 41, 70 and 02. RGB value is (65,112,2). Sum of RGB (Red+Green+Blue) = 65+112+2=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 112 (44.14% from 255 or 62.57% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 112 - color contains mainly: green. Hex color #417002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417002 is #BE8FFD. Grayscale: #555555. Windows color (decimal): -12488702 or 159809. OLE color: 159809.

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

Color convert

RGB651122-
CMYK0.4200.980.56
HSL85.64º96.49%22.35%-
HSV(B)85.64º98.21%43.92%-
XYZ7.9912.722.09-
YUV85.4180.93113.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 112 (44.14% from 255) = 62.57%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=36.31%
G=62.57%
B=1.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6511220.4200.980.5685.6496.4922.35
Hex417022A06238566016
Octal10116025201427012614026
Binary1000001111000010101010011000101110001010110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417002; }

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

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

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

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

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

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

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

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