#415713

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

Shades of Verdun Green #415713

Tints of Verdun Green #415713

Color information

#415713 (or 0x415713) is unknown color: approx Verdun Green. HEX triplet: 41, 57 and 13. RGB value is (65,87,19). Sum of RGB (Red+Green+Blue) = 65+87+19=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #415713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415713 is #BEA8EC. Grayscale: #484848. Windows color (decimal): -12495085 or 1267521. OLE color: 1267521.

HSL color Cylindrical-coordinate representation of color #415713: hue angle of 79.41º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #415713 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB658719-
CMYK0.2500.780.66
HSL79.41º64.15%20.78%-
HSV(B)79.41º78.16%34.12%-
XYZ5.717.991.86-
YUV72.6797.71122.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 87 (34.38% from 255) = 50.88%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=38.01%
G=50.88%
B=11.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6587190.2500.780.6679.4164.1520.78
Hex4157131904E424f4015
Octal1011272331011610211710025
Binary1000001101011110011110010100111010000101001111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415713; }

 p { color: rgb(65,87,19); }

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

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

 a { background-color: rgb(65,87,19); }

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

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

 span { border-color: rgb(65,87,19); }

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