#415B04

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

Shades of Verdun Green #415B04

Tints of Verdun Green #415B04

Color information

#415B04 (or 0x415B04) is unknown color: approx Verdun Green. HEX triplet: 41, 5B and 04. RGB value is (65,91,4). Sum of RGB (Red+Green+Blue) = 65+91+4=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 91 (35.94% from 255 or 56.88% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 91 - color contains mainly: green. Hex color #415B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415B04 is #BEA4FB. Grayscale: #494949. Windows color (decimal): -12494076 or 285505. OLE color: 285505.

HSL color Cylindrical-coordinate representation of color #415B04: hue angle of 77.93º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #415B04 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB65914-
CMYK0.2900.960.64
HSL77.93º91.58%18.63%-
HSV(B)77.93º95.6%35.69%-
XYZ5.948.611.46-
YUV73.3188.89122.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 91 (35.94% from 255) = 56.88%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=40.62%
G=56.88%
B=2.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal659140.2900.960.6477.9391.5818.63
Hex415B41D060404e5c13
Octal101133435014010011613423
Binary10000011011011100111010110000010000001001110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415B04; }

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

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

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

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

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

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

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

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