#121413

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

Shades of Dark Green #121413

Tints of Dark Green #121413

Color information

#121413 (or 0x121413) is unknown color: approx Dark Green. HEX triplet: 12, 14 and 13. RGB value is (18,20,19). Sum of RGB (Red+Green+Blue) = 18+20+19=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 20 - color contains mainly: green. Hex color #121413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121413 is #EDEBEC. Grayscale: #131313. Windows color (decimal): -15592429 or 1250322. OLE color: 1250322.

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

Color convert

RGB182019-
CMYK0.1000.050.92
HSL150º5.26%7.45%-
HSV(B)150º10%7.84%-
XYZ0.620.680.71-
YUV19.29127.84127.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.58%
GREEN value IS 20 (8.20% from 255) = 35.09%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=31.58%
G=35.09%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1820190.1000.050.921505.267.45
Hex121413A055C9657
Octal222423120513422657
Binary10010101001001110100101101110010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121413; }

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

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

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

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

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

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

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

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