#141511

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

Shades of Rangoon Green #141511

Tints of Rangoon Green #141511

Color information

#141511 (or 0x141511) is unknown color: approx Rangoon Green. HEX triplet: 14, 15 and 11. RGB value is (20,21,17). Sum of RGB (Red+Green+Blue) = 20+21+17=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 21 - color contains mainly: green. Hex color #141511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141511 is #EBEAEE. Grayscale: #141414. Windows color (decimal): -15461103 or 1119508. OLE color: 1119508.

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

Color convert

RGB202117-
CMYK0.0500.190.92
HSL75º10.53%7.45%-
HSV(B)75º19.05%8.24%-
XYZ0.660.730.64-
YUV20.24126.17127.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 21 (8.59% from 255) = 36.21%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=34.48%
G=36.21%
B=29.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021170.0500.190.927510.537.45
Hex14151150135C4bb7
Octal2425215023134113137
Binary101001010110001101010011101110010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141511; }

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

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

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

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

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

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

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

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