#132523

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

Shades of Racing Green #132523

Tints of Racing Green #132523

Color information

#132523 (or 0x132523) is unknown color: approx Racing Green. HEX triplet: 13, 25 and 23. RGB value is (19,37,35). Sum of RGB (Red+Green+Blue) = 19+37+35=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #132523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132523 is #ECDADC. Grayscale: #1F1F1F. Windows color (decimal): -15522525 or 2303251. OLE color: 2303251.

HSL color Cylindrical-coordinate representation of color #132523: hue angle of 173.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 #132523 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB193735-
CMYK0.4900.050.85
HSL173.33º32.14%10.98%-
HSV(B)173.33º48.65%14.51%-
XYZ1.231.581.83-
YUV31.39130.04119.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 35 (14.06% from 255) = 38.46%
R=20.88%
G=40.66%
B=38.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1937350.4900.050.85173.3332.1410.98
Hex132523310555ad20b
Octal23454361051252554013
Binary1001110010110001111000101011010101101011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132523; }

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

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

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

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

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

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

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

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