#415710

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

Shades of Verdun Green #415710

Tints of Verdun Green #415710

Color information

#415710 (or 0x415710) is unknown color: approx Verdun Green. HEX triplet: 41, 57 and 10. RGB value is (65,87,16). Sum of RGB (Red+Green+Blue) = 65+87+16=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #415710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415710 is #BEA8EF. Grayscale: #484848. Windows color (decimal): -12495088 or 1070913. OLE color: 1070913.

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

Color convert

RGB658716-
CMYK0.2500.820.66
HSL78.59º68.93%20.2%-
HSV(B)78.59º81.61%34.12%-
XYZ5.687.981.73-
YUV72.3396.21122.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.69%
GREEN value IS 87 (34.38% from 255) = 51.79%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=38.69%
G=51.79%
B=9.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6587160.2500.820.6678.5968.9320.2
Hex41571019052424f4514
Octal1011272031012210211710524
Binary1000001101011110000110010101001010000101001111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415710; }

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

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

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

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

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

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

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

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