#415612

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

Shades of Verdun Green #415612

Tints of Verdun Green #415612

Color information

#415612 (or 0x415612) is unknown color: approx Verdun Green. HEX triplet: 41, 56 and 12. RGB value is (65,86,18). Sum of RGB (Red+Green+Blue) = 65+86+18=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #415612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415612 is #BEA9ED. Grayscale: #484848. Windows color (decimal): -12495342 or 1201729. OLE color: 1201729.

HSL color Cylindrical-coordinate representation of color #415612: hue angle of 78.53º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #415612 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB658618-
CMYK0.2400.790.66
HSL78.53º65.38%20.39%-
HSV(B)78.53º79.07%33.73%-
XYZ5.627.821.79-
YUV71.9797.54123.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 86 (33.98% from 255) = 50.89%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=38.46%
G=50.89%
B=10.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6586180.2400.790.6678.5365.3820.39
Hex4156121804F424f4114
Octal1011262230011710211710124
Binary1000001101011010010110000100111110000101001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415612; }

 p { color: rgb(65,86,18); }

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

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

 a { background-color: rgb(65,86,18); }

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

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

 span { border-color: rgb(65,86,18); }

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