#415D10

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

Shades of Verdun Green #415D10

Tints of Verdun Green #415D10

Color information

#415D10 (or 0x415D10) is unknown color: approx Verdun Green. HEX triplet: 41, 5D and 10. RGB value is (65,93,16). Sum of RGB (Red+Green+Blue) = 65+93+16=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 93 (36.72% from 255 or 53.45% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 93 - color contains mainly: green. Hex color #415D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415D10 is #BEA2EF. Grayscale: #4C4C4C. Windows color (decimal): -12493552 or 1072449. OLE color: 1072449.

HSL color Cylindrical-coordinate representation of color #415D10: hue angle of 81.82º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #415D10 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB659316-
CMYK0.3000.830.64
HSL81.82º70.64%21.37%-
HSV(B)81.82º82.8%36.47%-
XYZ6.198.991.9-
YUV75.8594.22120.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 93 (36.72% from 255) = 53.45%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=37.36%
G=53.45%
B=9.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6593160.3000.830.6481.8270.6421.37
Hex415D101E05340524715
Octal1011352036012310012210725
Binary1000001101110110000111100101001110000001010010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415D10; }

 p { color: rgb(65,93,16); }

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

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

 a { background-color: rgb(65,93,16); }

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

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

 span { border-color: rgb(65,93,16); }

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