#011413

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

Shades of Dark Green #011413

Tints of Dark Green #011413

Color information

#011413 (or 0x011413) is unknown color: approx Dark Green. HEX triplet: 01, 14 and 13. RGB value is (1,20,19). Sum of RGB (Red+Green+Blue) = 1+20+19=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #011413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011413 is #FEEBEC. Grayscale: #0E0E0E. Windows color (decimal): -16706541 or 1250305. OLE color: 1250305.

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

Color convert

RGB12019-
CMYK0.9500.050.92
HSL176.84º90.48%4.12%-
HSV(B)176.84º95%7.84%-
XYZ0.380.550.7-
YUV14.2130.71118.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 20 (8.20% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 47.5%
R=2.5%
G=50%
B=47.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal120190.9500.050.92176.8490.484.12
Hex114135F055Cb15a4
Octal12423137051342611324
Binary11010010011101111101011011100101100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011413; }

 p { color: rgb(1,20,19); }

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

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

 a { background-color: rgb(1,20,19); }

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

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

 span { border-color: rgb(1,20,19); }

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