#113128

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

Shades of Racing Green #113128

Tints of Racing Green #113128

Color information

#113128 (or 0x113128) is unknown color: approx Racing Green. HEX triplet: 11, 31 and 28. RGB value is (17,49,40). Sum of RGB (Red+Green+Blue) = 17+49+40=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #113128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113128 is #EECED7. Grayscale: #262626. Windows color (decimal): -15650520 or 2634001. OLE color: 2634001.

HSL color Cylindrical-coordinate representation of color #113128: hue angle of 163.12º 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 #113128 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB174940-
CMYK0.6500.180.81
HSL163.12º48.48%12.94%-
HSV(B)163.12º65.31%19.22%-
XYZ1.712.472.39-
YUV38.41128.9112.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=16.04%
G=46.23%
B=37.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749400.6500.180.81163.1248.4812.94
Hex1131284101251a330d
Octal2161501010221212436015
Binary1000111000110100010000010100101010001101000111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113128; }

 p { color: rgb(17,49,40); }

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

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

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

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

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

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

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