#414105

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

Shades of Verdun Green #414105

Tints of Verdun Green #414105

Color information

#414105 (or 0x414105) is unknown color: approx Verdun Green. HEX triplet: 41, 41 and 05. RGB value is (65,65,5). Sum of RGB (Red+Green+Blue) = 65+65+5=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 5 (2.34% from 255 or 3.70% from 135); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414105 is #BEBEFA. Grayscale: #3A3A3A. Windows color (decimal): -12500731 or 344385. OLE color: 344385.

HSL color Cylindrical-coordinate representation of color #414105: hue angle of 60º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #414105 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65655-
CMYK000.920.75
HSL60º85.71%13.73%-
HSV(B)60º92.31%25.49%-
XYZ4.14.920.88-
YUV58.1698132.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 65 (25.78% from 255) = 48.15%
BLUE value IS 5 (2.34% from 255) = 3.70%
R=48.15%
G=48.15%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65655000.920.756085.7113.73
Hex41415005C4B3c56e
Octal1011015001341137412616
Binary10000011000001101001011100100101111110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414105; }

 p { color: rgb(65,65,5); }

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

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

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

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

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

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

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