#415A1A

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

Shades of Verdun Green #415A1A

Tints of Verdun Green #415A1A

Color information

#415A1A (or 0x415A1A) is unknown color: approx Verdun Green. HEX triplet: 41, 5A and 1A. RGB value is (65,90,26). Sum of RGB (Red+Green+Blue) = 65+90+26=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #415A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415A1A is #BEA5E5. Grayscale: #4B4B4B. Windows color (decimal): -12494310 or 1727041. OLE color: 1727041.

HSL color Cylindrical-coordinate representation of color #415A1A: hue angle of 83.44º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #415A1A is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB659026-
CMYK0.2800.710.65
HSL83.44º55.17%22.75%-
HSV(B)83.44º71.11%35.29%-
XYZ6.028.512.3-
YUV75.23100.22120.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 90 (35.55% from 255) = 49.72%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=35.91%
G=49.72%
B=14.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6590260.2800.710.6583.4455.1722.75
Hex415A1A1C04741533717
Octal101132323401071011236727
Binary100000110110101101011100010001111000001101001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,90,26); }

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

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

 a { background-color: rgb(65,90,26); }

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

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

 span { border-color: rgb(65,90,26); }

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