#11130C

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

Shades of Rangoon Green #11130C

Tints of Rangoon Green #11130C

Color information

#11130C (or 0x11130C) is unknown color: approx Rangoon Green. HEX triplet: 11, 13 and 0C. RGB value is (17,19,12). Sum of RGB (Red+Green+Blue) = 17+19+12=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 19 - color contains mainly: green. Hex color #11130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11130C is #EEECF3. Grayscale: #111111. Windows color (decimal): -15658228 or 791313. OLE color: 791313.

HSL color Cylindrical-coordinate representation of color #11130C: hue angle of 77.14º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #11130C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB171912-
CMYK0.1100.370.93
HSL77.14º22.58%6.08%-
HSV(B)77.14º36.84%7.45%-
XYZ0.530.610.44-
YUV17.6124.84127.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 19 (7.81% from 255) = 39.58%
BLUE value IS 12 (5.08% from 255) = 25%
R=35.42%
G=39.58%
B=25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1719120.1100.370.9377.1422.586.08
Hex1113CB0255D4d176
Octal21231413045135115276
Binary10001100111100101101001011011101100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11130C; }

 p { color: rgb(17,19,12); }

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

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

 a { background-color: rgb(17,19,12); }

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

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

 span { border-color: rgb(17,19,12); }

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