#101413

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

Shades of Dark Green #101413

Tints of Dark Green #101413

Color information

#101413 (or 0x101413) is unknown color: approx Dark Green. HEX triplet: 10, 14 and 13. RGB value is (16,20,19). Sum of RGB (Red+Green+Blue) = 16+20+19=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 20 - color contains mainly: green. Hex color #101413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101413 is #EFEBEC. Grayscale: #121212. Windows color (decimal): -15723501 or 1250320. OLE color: 1250320.

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

Color convert

RGB162019-
CMYK0.2000.050.92
HSL165º11.11%7.06%-
HSV(B)165º20%7.84%-
XYZ0.580.660.71-
YUV18.69128.17126.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.09%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=29.09%
G=36.36%
B=34.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1620190.2000.050.9216511.117.06
Hex10141314055Ca5b7
Octal2024232405134245137
Binary1000010100100111010001011011100101001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101413; }

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

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

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

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

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

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

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

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