#041312

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

Shades of Dark Green #041312

Tints of Dark Green #041312

Color information

#041312 (or 0x041312) is unknown color: approx Dark Green. HEX triplet: 04, 13 and 12. RGB value is (4,19,18). Sum of RGB (Red+Green+Blue) = 4+19+18=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #041312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041312 is #FBECED. Grayscale: #0E0E0E. Windows color (decimal): -16510190 or 1184516. OLE color: 1184516.

HSL color Cylindrical-coordinate representation of color #041312: hue angle of 176º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #041312 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB41918-
CMYK0.7900.050.93
HSL176º65.22%4.51%-
HSV(B)176º78.95%7.45%-
XYZ0.390.540.65-
YUV14.4130.03120.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.76%
GREEN value IS 19 (7.81% from 255) = 46.34%
BLUE value IS 18 (7.42% from 255) = 43.90%
R=9.76%
G=46.34%
B=43.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal419180.7900.050.9317665.224.51
Hex413124F055Db0415
Octal42322117051352601015
Binary1001001110010100111101011011101101100001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041312; }

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

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

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

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

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

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

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

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