#113030

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

Shades of Swamp #113030

Tints of Swamp #113030

Color information

#113030 (or 0x113030) is unknown color: approx Swamp. HEX triplet: 11, 30 and 30. RGB value is (17,48,48). Sum of RGB (Red+Green+Blue) = 17+48+48=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #113030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113030 is #EECFCF. Grayscale: #262626. Windows color (decimal): -15650768 or 3158033. OLE color: 3158033.

HSL color Cylindrical-coordinate representation of color #113030: hue angle of 180º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113030 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB174848-
CMYK0.65000.81
HSL180º47.69%12.75%-
HSV(B)180º64.58%18.82%-
XYZ1.822.453.17-
YUV38.73133.23112.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 48 (19.14% from 255) = 42.48%
R=15.04%
G=42.48%
B=42.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748480.65000.8118047.6912.75
Hex113030410051b430d
Octal216060101001212646015
Binary100011100001100001000001001010001101101001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113030; }

 p { color: rgb(17,48,48); }

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

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

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

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

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

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

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