#41440B

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

Shades of Verdun Green #41440B

Tints of Verdun Green #41440B

Color information

#41440B (or 0x41440B) is unknown color: approx Verdun Green. HEX triplet: 41, 44 and 0B. RGB value is (65,68,11). Sum of RGB (Red+Green+Blue) = 65+68+11=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #41440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41440B is #BEBBF4. Grayscale: #3C3C3C. Windows color (decimal): -12499957 or 738369. OLE color: 738369.

HSL color Cylindrical-coordinate representation of color #41440B: hue angle of 63.16º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41440B is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB656811-
CMYK0.0400.840.73
HSL63.16º72.15%15.49%-
HSV(B)63.16º83.82%26.67%-
XYZ4.315.281.11-
YUV60.6100.01131.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=45.14%
G=47.22%
B=7.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6568110.0400.840.7363.1672.1515.49
Hex4144B4054493f48f
Octal10110413401241117711017
Binary10000011000100101110001010100100100111111110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,68,11); }

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

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

 a { background-color: rgb(65,68,11); }

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

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

 span { border-color: rgb(65,68,11); }

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