#161713

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

Shades of Rangoon Green #161713

Tints of Rangoon Green #161713

Color information

#161713 (or 0x161713) is unknown color: approx Rangoon Green. HEX triplet: 16, 17 and 13. RGB value is (22,23,19). Sum of RGB (Red+Green+Blue) = 22+23+19=64 (8% of max value = 765). Red value is 22 (8.98% from 255 or 34.38% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 23 - color contains mainly: green. Hex color #161713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161713 is #E9E8EC. Grayscale: #161616. Windows color (decimal): -15329517 or 1251094. OLE color: 1251094.

HSL color Cylindrical-coordinate representation of color #161713: hue angle of 75º 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 #161713 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB222319-
CMYK0.0400.170.91
HSL75º9.52%8.24%-
HSV(B)75º17.39%9.02%-
XYZ0.750.830.74-
YUV22.24126.17127.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 34.38%
GREEN value IS 23 (9.38% from 255) = 35.94%
BLUE value IS 19 (7.81% from 255) = 29.69%
R=34.38%
G=35.94%
B=29.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2223190.0400.170.91759.528.24
Hex16171340115B4ba8
Octal26272340211331131210
Binary1011010111100111000100011011011100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161713; }

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

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

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

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

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

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

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

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