#415204

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

Shades of Verdun Green #415204

Tints of Verdun Green #415204

Color information

#415204 (or 0x415204) is unknown color: approx Verdun Green. HEX triplet: 41, 52 and 04. RGB value is (65,82,4). Sum of RGB (Red+Green+Blue) = 65+82+4=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #415204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415204 is #BEADFB. Grayscale: #444444. Windows color (decimal): -12496380 or 283201. OLE color: 283201.

HSL color Cylindrical-coordinate representation of color #415204: hue angle of 73.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #415204 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB65824-
CMYK0.2100.950.68
HSL73.08º90.7%16.86%-
HSV(B)73.08º95.12%32.16%-
XYZ5.227.171.22-
YUV68.0391.87125.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 82 (32.42% from 255) = 54.30%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=43.05%
G=54.30%
B=2.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal658240.2100.950.6873.0890.716.86
Hex415241505F44495b11
Octal101122425013710411113321
Binary10000011010010100101010101111110001001001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415204; }

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

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

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

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

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

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

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

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