#111505

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

Shades of Rangoon Green #111505

Tints of Rangoon Green #111505

Color information

#111505 (or 0x111505) is unknown color: approx Rangoon Green. HEX triplet: 11, 15 and 05. RGB value is (17,21,5). Sum of RGB (Red+Green+Blue) = 17+21+5=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #111505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111505 is #EEEAFA. Grayscale: #121212. Windows color (decimal): -15657723 or 333073. OLE color: 333073.

HSL color Cylindrical-coordinate representation of color #111505: hue angle of 75º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #111505 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.92.

Color convert

RGB17215-
CMYK0.1900.760.92
HSL75º61.54%5.1%-
HSV(B)75º76.19%8.24%-
XYZ0.530.670.24-
YUV17.98120.67127.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 21 (8.59% from 255) = 48.84%
BLUE value IS 5 (2.34% from 255) = 11.63%
R=39.53%
G=48.84%
B=11.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal172150.1900.760.927561.545.1
Hex111551304C5C4b3e5
Octal21255230114134113765
Binary1000110101101100110100110010111001001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111505; }

 p { color: rgb(17,21,5); }

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

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

 a { background-color: rgb(17,21,5); }

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

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

 span { border-color: rgb(17,21,5); }

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