#163531

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

Shades of Racing Green #163531

Tints of Racing Green #163531

Color information

#163531 (or 0x163531) is unknown color: approx Racing Green. HEX triplet: 16, 35 and 31. RGB value is (22,53,49). Sum of RGB (Red+Green+Blue) = 22+53+49=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 53 - color contains mainly: green. Hex color #163531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163531 is #E9CACE. Grayscale: #2B2B2B. Windows color (decimal): -15321807 or 3224854. OLE color: 3224854.

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

Color convert

RGB225349-
CMYK0.5800.080.79
HSL172.26º41.33%14.71%-
HSV(B)172.26º58.49%20.78%-
XYZ2.162.943.36-
YUV43.27131.23112.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.74%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 49 (19.53% from 255) = 39.52%
R=17.74%
G=42.74%
B=39.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253490.5800.080.79172.2641.3314.71
Hex1635313A084Fac29f
Octal266561720101172545117
Binary10110110101110001111010010001001111101011001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163531; }

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

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

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

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

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

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

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

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