#41591B

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

Shades of Verdun Green #41591B

Tints of Verdun Green #41591B

Color information

#41591B (or 0x41591B) is unknown color: approx Verdun Green. HEX triplet: 41, 59 and 1B. RGB value is (65,89,27). Sum of RGB (Red+Green+Blue) = 65+89+27=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #41591B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41591B is #BEA6E4. Grayscale: #4A4A4A. Windows color (decimal): -12494565 or 1792321. OLE color: 1792321.

HSL color Cylindrical-coordinate representation of color #41591B: hue angle of 83.23º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41591B is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB658927-
CMYK0.2700.700.65
HSL83.23º53.45%22.75%-
HSV(B)83.23º69.66%34.9%-
XYZ5.958.352.33-
YUV74.76101.05121.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.91%
GREEN value IS 89 (35.16% from 255) = 49.17%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=35.91%
G=49.17%
B=14.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6589270.2700.700.6583.2353.4522.75
Hex41591B1B04641533517
Octal101131333301061011236527
Binary100000110110011101111011010001101000001101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41591B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41591B; }

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

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

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

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

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

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

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

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