#04100C

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

Shades of Dark Green #04100C

Tints of Dark Green #04100C

Color information

#04100C (or 0x04100C) is unknown color: approx Dark Green. HEX triplet: 04, 10 and 0C. RGB value is (4,16,12). Sum of RGB (Red+Green+Blue) = 4+16+12=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 16 (6.64% from 255 or 50% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 16 - color contains mainly: green. Hex color #04100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04100C is #FBEFF3. Grayscale: #0B0B0B. Windows color (decimal): -16510964 or 790532. OLE color: 790532.

HSL color Cylindrical-coordinate representation of color #04100C: hue angle of 160º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #04100C is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB41612-
CMYK0.7500.250.94
HSL160º60%3.92%-
HSV(B)160º75%6.27%-
XYZ0.30.420.41-
YUV11.96128.02122.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.5%
GREEN value IS 16 (6.64% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 37.5%
R=12.5%
G=50%
B=37.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal416120.7500.250.94160603.92
Hex410C4B0195Ea03c4
Octal42014113031136240744
Binary1001000011001001011011001101111010100000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04100C; }

 p { color: rgb(4,16,12); }

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

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

 a { background-color: rgb(4,16,12); }

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

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

 span { border-color: rgb(4,16,12); }

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