Html Css Color HEX #131716 Dark Green

📋 copy color: '#131716'

red 19 ◦ green 23 ◦ blue 22

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

Shades of Dark Green #131716

Tints of Dark Green #131716

RGB

 RED value IS 19 (7.81% from 255) = 29.69%

 GREEN value IS 23 (9.38% from 255) = 35.94%

 BLUE value IS 22 (8.98% from 255) = 34.38%

R = 29.69%
G = 35.94%
B = 34.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#131716 (or 0x131716) is known color: Dark Green. HEX triplet: 13, 17 and 16. RGB value is (19,23,22). Sum of RGB (Red+Green+Blue) = 19+23+22=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 22 (8.98% from 255 or 34.38% from 64); Max value from RGB is 23 - color contains mainly: green. Hex color #131716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131716 is #ECE8E9. Grayscale: #151515. Windows color (decimal): -15526122 or 1447699. OLE color: 1447699.

HSL color Cylindrical-coordinate representation of color #131716: hue angle of 165º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #131716 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 23 22 -
CMYK 0.17 0 0.04 0.91
HSL 165º 0.1% 0.08% -
HSV(B) 165º 0.17% 0.09% -
XYZ 0.72 0.81 0.88 -
YUV 21.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 19 23 22 0.17 0 0.04 0.91 165 0.1 0.08
Hex 13 17 16 11 0 4 5B A5 A 8
Octal 23 27 26 21 0 4 133 245 12 10
Binary 10011 10111 10110 10001 0 100 1011011 10100101 1010 1000

Color Harmonies of #131716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131716

Black with #131716

Text Example


Text Example

White with #131716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131716; }

 p { color: rgb(19,23,22); }

 H1.HeaderClassName
 {
   color: #131716;
 }
 .AnyTagClassName
 {
   color: #131716;
 }
</style>

background-color css

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

 a { background-color: rgb(19,23,22); }

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

border-color css

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

 span { border-color: rgb(19,23,22); }

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