#415208

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

Shades of Verdun Green #415208

Tints of Verdun Green #415208

Color information

#415208 (or 0x415208) is unknown color: approx Verdun Green. HEX triplet: 41, 52 and 08. RGB value is (65,82,8). Sum of RGB (Red+Green+Blue) = 65+82+8=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #415208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415208 is #BEADF7. Grayscale: #444444. Windows color (decimal): -12496376 or 545345. OLE color: 545345.

HSL color Cylindrical-coordinate representation of color #415208: hue angle of 73.78º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #415208 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB65828-
CMYK0.2100.900.68
HSL73.78º82.22%17.65%-
HSV(B)73.78º90.24%32.16%-
XYZ5.247.181.34-
YUV68.4893.87125.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 82 (32.42% from 255) = 52.90%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=41.94%
G=52.90%
B=5.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal658280.2100.900.6873.7882.2217.65
Hex415281505A444a5212
Octal1011221025013210411212222
Binary100000110100101000101010101101010001001001010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415208; }

 p { color: rgb(65,82,8); }

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

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

 a { background-color: rgb(65,82,8); }

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

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

 span { border-color: rgb(65,82,8); }

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