#413F02

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

Shades of Verdun Green #413F02

Tints of Verdun Green #413F02

Color information

#413F02 (or 0x413F02) is unknown color: approx Verdun Green. HEX triplet: 41, 3F and 02. RGB value is (65,63,2). Sum of RGB (Red+Green+Blue) = 65+63+2=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F02 is #BEC0FD. Grayscale: #383838. Windows color (decimal): -12501246 or 147265. OLE color: 147265.

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

Color convert

RGB65632-
CMYK00.030.970.75
HSL58.1º94.03%13.14%-
HSV(B)58.1º96.92%25.49%-
XYZ3.974.680.75-
YUV56.6497.16133.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 63 (25% from 255) = 48.46%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=50%
G=48.46%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6563200.030.970.7558.194.0313.14
Hex413F203614B3a5ed
Octal101772031411137213615
Binary1000001111111100111100001100101111101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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