#415316

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

Shades of Verdun Green #415316

Tints of Verdun Green #415316

Color information

#415316 (or 0x415316) is unknown color: approx Verdun Green. HEX triplet: 41, 53 and 16. RGB value is (65,83,22). Sum of RGB (Red+Green+Blue) = 65+83+22=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #415316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415316 is #BEACE9. Grayscale: #464646. Windows color (decimal): -12496106 or 1463105. OLE color: 1463105.

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

Color convert

RGB658322-
CMYK0.2200.730.67
HSL77.7º58.1%20.59%-
HSV(B)77.7º73.49%32.55%-
XYZ5.427.371.9-
YUV70.66100.54123.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.24%
GREEN value IS 83 (32.81% from 255) = 48.82%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=38.24%
G=48.82%
B=12.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583220.2200.730.6777.758.120.59
Hex41531616049434e3a15
Octal101123262601111031167225
Binary100000110100111011010110010010011000011100111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415316; }

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

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

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

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

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

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

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

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