#415315

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

Shades of Verdun Green #415315

Tints of Verdun Green #415315

Color information

#415315 (or 0x415315) is unknown color: approx Verdun Green. HEX triplet: 41, 53 and 15. RGB value is (65,83,21). Sum of RGB (Red+Green+Blue) = 65+83+21=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #415315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415315 is #BEACEA. Grayscale: #464646. Windows color (decimal): -12496107 or 1397569. OLE color: 1397569.

HSL color Cylindrical-coordinate representation of color #415315: hue angle of 77.42º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #415315 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB658321-
CMYK0.2200.750.67
HSL77.42º59.62%20.39%-
HSV(B)77.42º74.7%32.55%-
XYZ5.417.361.85-
YUV70.55100.04124.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=38.46%
G=49.11%
B=12.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583210.2200.750.6777.4259.6220.39
Hex4153151604B434d3c14
Octal101123252601131031157424
Binary100000110100111010110110010010111000011100110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415315; }

 p { color: rgb(65,83,21); }

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

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

 a { background-color: rgb(65,83,21); }

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

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

 span { border-color: rgb(65,83,21); }

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