#193531

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

Shades of Racing Green #193531

Tints of Racing Green #193531

Color information

#193531 (or 0x193531) is unknown color: approx Racing Green. HEX triplet: 19, 35 and 31. RGB value is (25,53,49). Sum of RGB (Red+Green+Blue) = 25+53+49=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 53 - color contains mainly: green. Hex color #193531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193531 is #E6CACE. Grayscale: #2C2C2C. Windows color (decimal): -15125199 or 3224857. OLE color: 3224857.

HSL color Cylindrical-coordinate representation of color #193531: hue angle of 171.43º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #193531 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB255349-
CMYK0.5300.080.79
HSL171.43º35.9%15.29%-
HSV(B)171.43º52.83%20.78%-
XYZ2.232.973.36-
YUV44.17130.72114.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 49 (19.53% from 255) = 38.58%
R=19.69%
G=41.73%
B=38.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2553490.5300.080.79171.4335.915.29
Hex19353135084Fab24f
Octal316561650101172534417
Binary11001110101110001110101010001001111101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193531; }

 p { color: rgb(25,53,49); }

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

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

 a { background-color: rgb(25,53,49); }

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

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

 span { border-color: rgb(25,53,49); }

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