#16322C

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

Shades of Racing Green #16322C

Tints of Racing Green #16322C

Color information

#16322C (or 0x16322C) is unknown color: approx Racing Green. HEX triplet: 16, 32 and 2C. RGB value is (22,50,44). Sum of RGB (Red+Green+Blue) = 22+50+44=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #16322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16322C is #E9CDD3. Grayscale: #282828. Windows color (decimal): -15322580 or 2896406. OLE color: 2896406.

HSL color Cylindrical-coordinate representation of color #16322C: hue angle of 167.14º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #16322C is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB225044-
CMYK0.5600.120.80
HSL167.14º38.89%14.12%-
HSV(B)167.14º56%19.61%-
XYZ1.932.632.79-
YUV40.94129.72114.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.97%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=18.97%
G=43.10%
B=37.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250440.5600.120.80167.1438.8914.12
Hex16322C380C50a727e
Octal266254700141202474716
Binary10110110010101100111000011001010000101001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16322C; }

 p { color: rgb(22,50,44); }

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

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

 a { background-color: rgb(22,50,44); }

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

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

 span { border-color: rgb(22,50,44); }

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