#132520

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

Shades of Racing Green #132520

Tints of Racing Green #132520

Color information

#132520 (or 0x132520) is unknown color: approx Racing Green. HEX triplet: 13, 25 and 20. RGB value is (19,37,32). Sum of RGB (Red+Green+Blue) = 19+37+32=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 37 - color contains mainly: green. Hex color #132520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132520 is #ECDADF. Grayscale: #1F1F1F. Windows color (decimal): -15522528 or 2106643. OLE color: 2106643.

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

Color convert

RGB193732-
CMYK0.4900.140.85
HSL163.33º32.14%10.98%-
HSV(B)163.33º48.65%14.51%-
XYZ1.191.571.61-
YUV31.05128.54119.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=21.59%
G=42.05%
B=36.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1937320.4900.140.85163.3332.1410.98
Hex132520310E55a320b
Octal234540610161252434013
Binary10011100101100000110001011101010101101000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132520; }

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

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

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

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

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

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

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

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