#132624

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

Shades of Racing Green #132624

Tints of Racing Green #132624

Color information

#132624 (or 0x132624) is unknown color: approx Racing Green. HEX triplet: 13, 26 and 24. RGB value is (19,38,36). Sum of RGB (Red+Green+Blue) = 19+38+36=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 38 - color contains mainly: green. Hex color #132624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132624 is #ECD9DB. Grayscale: #202020. Windows color (decimal): -15522268 or 2369043. OLE color: 2369043.

HSL color Cylindrical-coordinate representation of color #132624: hue angle of 173.68º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132624 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB193836-
CMYK0.5000.050.85
HSL173.68º33.33%11.18%-
HSV(B)173.68º50%14.9%-
XYZ1.281.651.92-
YUV32.09130.21118.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 38 (15.23% from 255) = 40.86%
BLUE value IS 36 (14.45% from 255) = 38.71%
R=20.43%
G=40.86%
B=38.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938360.5000.050.85173.6833.3311.18
Hex132624320555ae21b
Octal23464462051252564113
Binary1001110011010010011001001011010101101011101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132624; }

 p { color: rgb(19,38,36); }

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

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

 a { background-color: rgb(19,38,36); }

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

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

 span { border-color: rgb(19,38,36); }

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