#132321

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

Shades of Racing Green #132321

Tints of Racing Green #132321

Color information

#132321 (or 0x132321) is unknown color: approx Racing Green. HEX triplet: 13, 23 and 21. RGB value is (19,35,33). Sum of RGB (Red+Green+Blue) = 19+35+33=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #132321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132321 is #ECDCDE. Grayscale: #1D1D1D. Windows color (decimal): -15523039 or 2171667. OLE color: 2171667.

HSL color Cylindrical-coordinate representation of color #132321: hue angle of 172.5º 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 #132321 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB193533-
CMYK0.4600.060.86
HSL172.5º29.63%10.59%-
HSV(B)172.5º45.71%13.73%-
XYZ1.141.451.66-
YUV29.99129.7120.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 35 (14.06% from 255) = 40.23%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=21.84%
G=40.23%
B=37.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1935330.4600.060.86172.529.6310.59
Hex1323212E0656ac1eb
Octal23434156061262543613
Binary100111000111000011011100110101011010101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132321; }

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

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

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

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

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

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

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

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