#415A0B

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

Shades of Verdun Green #415A0B

Tints of Verdun Green #415A0B

Color information

#415A0B (or 0x415A0B) is unknown color: approx Verdun Green. HEX triplet: 41, 5A and 0B. RGB value is (65,90,11). Sum of RGB (Red+Green+Blue) = 65+90+11=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #415A0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415A0B is #BEA5F4. Grayscale: #494949. Windows color (decimal): -12494325 or 744001. OLE color: 744001.

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

Color convert

RGB659011-
CMYK0.2800.880.65
HSL78.99º78.22%19.8%-
HSV(B)78.99º87.78%35.29%-
XYZ5.98.461.64-
YUV73.5292.72121.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.16%
GREEN value IS 90 (35.55% from 255) = 54.22%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=39.16%
G=54.22%
B=6.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6590110.2800.880.6578.9978.2219.8
Hex415AB1C058414f4e14
Octal1011321334013010111711624
Binary100000110110101011111000101100010000011001111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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