#415D0F

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

Shades of Verdun Green #415D0F

Tints of Verdun Green #415D0F

Color information

#415D0F (or 0x415D0F) is unknown color: approx Verdun Green. HEX triplet: 41, 5D and 0F. RGB value is (65,93,15). Sum of RGB (Red+Green+Blue) = 65+93+15=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #415D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415D0F is #BEA2F0. Grayscale: #4C4C4C. Windows color (decimal): -12493553 or 1006913. OLE color: 1006913.

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

Color convert

RGB659315-
CMYK0.3000.840.64
HSL81.54º72.22%21.18%-
HSV(B)81.54º83.87%36.47%-
XYZ6.188.991.86-
YUV75.7493.72120.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 93 (36.72% from 255) = 53.76%
BLUE value IS 15 (6.25% from 255) = 8.67%
R=37.57%
G=53.76%
B=8.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6593150.3000.840.6481.5472.2221.18
Hex415DF1E05440524815
Octal1011351736012410012211025
Binary100000110111011111111100101010010000001010010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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