#0A1413

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

Shades of Dark Green #0A1413

Tints of Dark Green #0A1413

Color information

#0A1413 (or 0x0A1413) is unknown color: approx Dark Green. HEX triplet: 0A, 14 and 13. RGB value is (10,20,19). Sum of RGB (Red+Green+Blue) = 10+20+19=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #0A1413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1413 is #F5EBEC. Grayscale: #101010. Windows color (decimal): -16116717 or 1250314. OLE color: 1250314.

HSL color Cylindrical-coordinate representation of color #0A1413: hue angle of 174º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A1413 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB102019-
CMYK0.5000.050.92
HSL174º33.33%5.88%-
HSV(B)174º50%7.84%-
XYZ0.490.610.71-
YUV16.9129.19123.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.41%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 19 (7.81% from 255) = 38.78%
R=20.41%
G=40.82%
B=38.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1020190.5000.050.9217433.335.88
HexA141332055Cae216
Octal1224236205134256416
Binary101010100100111100100101101110010101110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1413; }

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

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

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

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

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

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

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

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