#041513

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

Shades of Dark Green #041513

Tints of Dark Green #041513

Color information

#041513 (or 0x041513) is unknown color: approx Dark Green. HEX triplet: 04, 15 and 13. RGB value is (4,21,19). Sum of RGB (Red+Green+Blue) = 4+21+19=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #041513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041513 is #FBEAEC. Grayscale: #0F0F0F. Windows color (decimal): -16509677 or 1250564. OLE color: 1250564.

HSL color Cylindrical-coordinate representation of color #041513: hue angle of 172.94º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #041513 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB42119-
CMYK0.8100.100.92
HSL172.94º68%4.9%-
HSV(B)172.94º80.95%8.24%-
XYZ0.440.610.71-
YUV15.69129.87119.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.09%
GREEN value IS 21 (8.59% from 255) = 47.73%
BLUE value IS 19 (7.81% from 255) = 43.18%
R=9.09%
G=47.73%
B=43.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal421190.8100.100.92172.94684.9
Hex41513510A5Cad445
Octal425231210121342551045
Binary10010101100111010001010101011100101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041513; }

 p { color: rgb(4,21,19); }

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

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

 a { background-color: rgb(4,21,19); }

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

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

 span { border-color: rgb(4,21,19); }

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