#41561A

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

Shades of Verdun Green #41561A

Tints of Verdun Green #41561A

Color information

#41561A (or 0x41561A) is unknown color: approx Verdun Green. HEX triplet: 41, 56 and 1A. RGB value is (65,86,26). Sum of RGB (Red+Green+Blue) = 65+86+26=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #41561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41561A is #BEA9E5. Grayscale: #494949. Windows color (decimal): -12495334 or 1726017. OLE color: 1726017.

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

Color convert

RGB658626-
CMYK0.2400.700.66
HSL81º53.57%21.96%-
HSV(B)81º69.77%33.73%-
XYZ5.697.852.19-
YUV72.88101.54122.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 86 (33.98% from 255) = 48.59%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=36.72%
G=48.59%
B=14.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6586260.2400.700.668153.5721.96
Hex41561A1804642513616
Octal101126323001061021216626
Binary100000110101101101011000010001101000010101000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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