Html Css Color HEX #101413 Dark Green

📋 copy color: '#101413'

red 16 ◦ green 20 ◦ blue 19

#101413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #101413

Tints of Dark Green #101413

RGB

 RED value IS 16 (6.64% from 255) = 29.09%

 GREEN value IS 20 (8.2% 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 value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#101413 (or 0x101413) is known color: 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

RGB 16 20 19 -
CMYK 0.20 0 0.05 0.92
HSL 165º 0.11% 0.07% -
HSV(B) 165º 0.2% 0.08% -
XYZ 0.58 0.66 0.71 -
YUV 18.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 16 20 19 0.20 0 0.05 0.92 165 0.11 0.07
Hex 10 14 13 14 0 5 5C A5 B 7
Octal 20 24 23 24 0 5 134 245 13 7
Binary 10000 10100 10011 10100 0 101 1011100 10100101 1011 111

Color Harmonies of #101413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101413

Black with #101413

Text Example


Text Example

White with #101413

Text Example


Text Example

HTML Codes & Css Web 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>