#414000

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

Shades of Verdun Green #414000

Tints of Verdun Green #414000

Color information

#414000 (or 0x414000) is unknown color: approx Verdun Green. HEX triplet: 41, 40 and 00. RGB value is (65,64,0). Sum of RGB (Red+Green+Blue) = 65+64+0=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #414000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414000 is #BEBFFF. Grayscale: #393939. Windows color (decimal): -12500992 or 16449. OLE color: 16449.

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

Color convert

RGB65640-
CMYK00.0210.75
HSL59.08º100%12.75%-
HSV(B)59.08º100%25.49%-
XYZ4.014.790.71-
YUV5795.83133.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 64 (25.39% from 255) = 49.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.39%
G=49.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6564000.0210.7559.0810012.75
Hex4140002644B3b64d
Octal1011000021441137314415
Binary1000001100000000101100100100101111101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414000; }

 p { color: rgb(65,64,0); }

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

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

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

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

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

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

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