#132320

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

Shades of Racing Green #132320

Tints of Racing Green #132320

Color information

#132320 (or 0x132320) is unknown color: approx Racing Green. HEX triplet: 13, 23 and 20. RGB value is (19,35,32). Sum of RGB (Red+Green+Blue) = 19+35+32=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #132320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132320 is #ECDCDF. Grayscale: #1D1D1D. Windows color (decimal): -15523040 or 2106131. OLE color: 2106131.

HSL color Cylindrical-coordinate representation of color #132320: hue angle of 168.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #132320 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB193532-
CMYK0.4600.090.86
HSL168.75º29.63%10.59%-
HSV(B)168.75º45.71%13.73%-
XYZ1.131.441.59-
YUV29.87129.2120.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 35 (14.06% from 255) = 40.70%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=22.09%
G=40.70%
B=37.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935320.4600.090.86168.7529.6310.59
Hex1323202E0956a91eb
Octal234340560111262513613
Binary1001110001110000010111001001101011010101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132320; }

 p { color: rgb(19,35,32); }

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

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

 a { background-color: rgb(19,35,32); }

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

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

 span { border-color: rgb(19,35,32); }

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