#414108

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

Shades of Verdun Green #414108

Tints of Verdun Green #414108

Color information

#414108 (or 0x414108) is unknown color: approx Verdun Green. HEX triplet: 41, 41 and 08. RGB value is (65,65,8). Sum of RGB (Red+Green+Blue) = 65+65+8=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414108 is #BEBEF7. Grayscale: #3A3A3A. Windows color (decimal): -12500728 or 540993. OLE color: 540993.

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

Color convert

RGB65658-
CMYK000.880.75
HSL60º78.08%14.31%-
HSV(B)60º87.69%25.49%-
XYZ4.114.920.96-
YUV58.599.5132.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=47.10%
G=47.10%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65658000.880.756078.0814.31
Hex4141800584B3c4ee
Octal10110110001301137411616
Binary100000110000011000001011000100101111110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414108; }

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

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

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

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

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

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

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

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