#10110D

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

Shades of Rangoon Green #10110D

Tints of Rangoon Green #10110D

Color information

#10110D (or 0x10110D) is unknown color: approx Rangoon Green. HEX triplet: 10, 11 and 0D. RGB value is (16,17,13). Sum of RGB (Red+Green+Blue) = 16+17+13=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 17 - color contains mainly: green. Hex color #10110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10110D is #EFEEF2. Grayscale: #101010. Windows color (decimal): -15724275 or 856336. OLE color: 856336.

HSL color Cylindrical-coordinate representation of color #10110D: hue angle of 75º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #10110D is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB161713-
CMYK0.0600.240.93
HSL75º13.33%5.88%-
HSV(B)75º23.53%6.67%-
XYZ0.490.540.46-
YUV16.24126.17127.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.78%
GREEN value IS 17 (7.03% from 255) = 36.96%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=34.78%
G=36.96%
B=28.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1617130.0600.240.937513.335.88
Hex1011D60185D4bd6
Octal2021156030135113156
Binary10000100011101110011000101110110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10110D; }

 p { color: rgb(16,17,13); }

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

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

 a { background-color: rgb(16,17,13); }

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

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

 span { border-color: rgb(16,17,13); }

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