#41581A

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

Shades of Verdun Green #41581A

Tints of Verdun Green #41581A

Color information

#41581A (or 0x41581A) is unknown color: approx Verdun Green. HEX triplet: 41, 58 and 1A. RGB value is (65,88,26). Sum of RGB (Red+Green+Blue) = 65+88+26=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #41581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41581A is #BEA7E5. Grayscale: #4A4A4A. Windows color (decimal): -12494822 or 1726529. OLE color: 1726529.

HSL color Cylindrical-coordinate representation of color #41581A: hue angle of 82.26º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41581A is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB658826-
CMYK0.2600.700.65
HSL82.26º54.39%22.35%-
HSV(B)82.26º70.45%34.51%-
XYZ5.868.182.25-
YUV74.05100.88121.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 88 (34.77% from 255) = 49.16%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=36.31%
G=49.16%
B=14.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6588260.2600.700.6582.2654.3922.35
Hex41581A1A04641523616
Octal101130323201061011226626
Binary100000110110001101011010010001101000001101001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41581A; }

 p { color: rgb(65,88,26); }

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

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

 a { background-color: rgb(65,88,26); }

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

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

 span { border-color: rgb(65,88,26); }

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