#112522

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

Shades of Racing Green #112522

Tints of Racing Green #112522

Color information

#112522 (or 0x112522) is unknown color: approx Racing Green. HEX triplet: 11, 25 and 22. RGB value is (17,37,34). Sum of RGB (Red+Green+Blue) = 17+37+34=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 37 - color contains mainly: green. Hex color #112522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112522 is #EEDADD. Grayscale: #1E1E1E. Windows color (decimal): -15653598 or 2237713. OLE color: 2237713.

HSL color Cylindrical-coordinate representation of color #112522: hue angle of 171º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #112522 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB173734-
CMYK0.5400.080.85
HSL171º37.04%10.59%-
HSV(B)171º54.05%14.51%-
XYZ1.181.561.75-
YUV30.68129.87118.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 34 (13.67% from 255) = 38.64%
R=19.32%
G=42.05%
B=38.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737340.5400.080.8517137.0410.59
Hex112522360855ab25b
Octal214542660101252534513
Binary10001100101100010110110010001010101101010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112522; }

 p { color: rgb(17,37,34); }

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

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

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

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

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

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

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