#414F1B

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

Shades of Verdun Green #414F1B

Tints of Verdun Green #414F1B

Color information

#414F1B (or 0x414F1B) is unknown color: approx Verdun Green. HEX triplet: 41, 4F and 1B. RGB value is (65,79,27). Sum of RGB (Red+Green+Blue) = 65+79+27=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #414F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F1B is #BEB0E4. Grayscale: #454545. Windows color (decimal): -12497125 or 1789761. OLE color: 1789761.

HSL color Cylindrical-coordinate representation of color #414F1B: hue angle of 76.15º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #414F1B is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB657927-
CMYK0.1800.660.69
HSL76.15º49.06%20.78%-
HSV(B)76.15º65.82%30.98%-
XYZ5.176.792.08-
YUV68.89104.36125.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 79 (31.25% from 255) = 46.20%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=38.01%
G=46.20%
B=15.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6579270.1800.660.6976.1549.0620.78
Hex414F1B12042454c3115
Octal101117332201021051146125
Binary100000110011111101110010010000101000101100110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414F1B; }

 p { color: rgb(65,79,27); }

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

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

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

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

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

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

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