#16322B

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

Shades of Racing Green #16322B

Tints of Racing Green #16322B

Color information

#16322B (or 0x16322B) is unknown color: approx Racing Green. HEX triplet: 16, 32 and 2B. RGB value is (22,50,43). Sum of RGB (Red+Green+Blue) = 22+50+43=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 50 - color contains mainly: green. Hex color #16322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16322B is #E9CDD4. Grayscale: #282828. Windows color (decimal): -15322581 or 2830870. OLE color: 2830870.

HSL color Cylindrical-coordinate representation of color #16322B: hue angle of 165º 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 #16322B is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB225043-
CMYK0.5600.140.80
HSL165º38.89%14.12%-
HSV(B)165º56%19.61%-
XYZ1.912.632.69-
YUV40.83129.22114.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.13%
GREEN value IS 50 (19.92% from 255) = 43.48%
BLUE value IS 43 (17.19% from 255) = 37.39%
R=19.13%
G=43.48%
B=37.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2250430.5600.140.8016538.8914.12
Hex16322B380E50a527e
Octal266253700161202454716
Binary10110110010101011111000011101010000101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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