#041512

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

Shades of Dark Green #041512

Tints of Dark Green #041512

Color information

#041512 (or 0x041512) is unknown color: approx Dark Green. HEX triplet: 04, 15 and 12. RGB value is (4,21,18). Sum of RGB (Red+Green+Blue) = 4+21+18=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 18 (7.42% from 255 or 41.86% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #041512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041512 is #FBEAED. Grayscale: #0F0F0F. Windows color (decimal): -16509678 or 1185028. OLE color: 1185028.

HSL color Cylindrical-coordinate representation of color #041512: hue angle of 169.41º 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 #041512 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB42118-
CMYK0.8100.140.92
HSL169.41º68%4.9%-
HSV(B)169.41º80.95%8.24%-
XYZ0.430.610.67-
YUV15.58129.37119.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.30%
GREEN value IS 21 (8.59% from 255) = 48.84%
BLUE value IS 18 (7.42% from 255) = 41.86%
R=9.30%
G=48.84%
B=41.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal421180.8100.140.92169.41684.9
Hex41512510E5Ca9445
Octal425221210161342511045
Binary10010101100101010001011101011100101010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041512; }

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

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

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

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

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

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

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

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