#41481A

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

Shades of Verdun Green #41481A

Tints of Verdun Green #41481A

Color information

#41481A (or 0x41481A) is unknown color: approx Verdun Green. HEX triplet: 41, 48 and 1A. RGB value is (65,72,26). Sum of RGB (Red+Green+Blue) = 65+72+26=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #41481A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41481A is #BEB7E5. Grayscale: #404040. Windows color (decimal): -12498918 or 1722433. OLE color: 1722433.

HSL color Cylindrical-coordinate representation of color #41481A: hue angle of 69.13º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41481A is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB657226-
CMYK0.1000.640.72
HSL69.13º46.94%19.22%-
HSV(B)69.13º63.89%28.24%-
XYZ4.685.831.86-
YUV64.66106.18128.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.88%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=39.88%
G=44.17%
B=15.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572260.1000.640.7269.1346.9419.22
Hex41481AA04048452f13
Octal101110321201001101055723
Binary10000011001000110101010010000001001000100010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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