#413F00

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

Shades of Verdun Green #413F00

Tints of Verdun Green #413F00

Color information

#413F00 (or 0x413F00) is unknown color: approx Verdun Green. HEX triplet: 41, 3F and 00. RGB value is (65,63,0). Sum of RGB (Red+Green+Blue) = 65+63+0=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F00 is #BEC0FF. Grayscale: #383838. Windows color (decimal): -12501248 or 16193. OLE color: 16193.

HSL color Cylindrical-coordinate representation of color #413F00: hue angle of 58.15º 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 #413F00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB65630-
CMYK00.0310.75
HSL58.15º100%12.75%-
HSV(B)58.15º100%25.49%-
XYZ3.964.680.69-
YUV56.4296.16134.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 63 (25% from 255) = 49.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.78%
G=49.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6563000.0310.7558.1510012.75
Hex413F003644B3a64d
Octal101770031441137214415
Binary100000111111100111100100100101111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413F00; }

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

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

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

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

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

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

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

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