#13160B

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

Shades of Rangoon Green #13160B

Tints of Rangoon Green #13160B

Color information

#13160B (or 0x13160B) is unknown color: approx Rangoon Green. HEX triplet: 13, 16 and 0B. RGB value is (19,22,11). Sum of RGB (Red+Green+Blue) = 19+22+11=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 11 (4.69% from 255 or 21.15% from 52); Max value from RGB is 22 - color contains mainly: green. Hex color #13160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13160B is #ECE9F4. Grayscale: #131313. Windows color (decimal): -15526389 or 726547. OLE color: 726547.

HSL color Cylindrical-coordinate representation of color #13160B: hue angle of 76.36º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #13160B is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.

Color convert

RGB192211-
CMYK0.1400.50.91
HSL76.36º33.33%6.47%-
HSV(B)76.36º50%8.63%-
XYZ0.620.740.43-
YUV19.85123.01127.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 36.54%
GREEN value IS 22 (8.98% from 255) = 42.31%
BLUE value IS 11 (4.69% from 255) = 21.15%
R=36.54%
G=42.31%
B=21.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1922110.1400.50.9176.3633.336.47
Hex1316BE0325B4c216
Octal23261316062133114416
Binary100111011010111110011001010110111001100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13160B; }

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

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

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

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

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

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

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

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