#16352C

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

Shades of Racing Green #16352C

Tints of Racing Green #16352C

Color information

#16352C (or 0x16352C) is unknown color: approx Racing Green. HEX triplet: 16, 35 and 2C. RGB value is (22,53,44). Sum of RGB (Red+Green+Blue) = 22+53+44=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #16352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16352C is #E9CAD3. Grayscale: #2A2A2A. Windows color (decimal): -15321812 or 2897174. OLE color: 2897174.

HSL color Cylindrical-coordinate representation of color #16352C: hue angle of 162.58º 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 #16352C is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB225344-
CMYK0.5800.170.79
HSL162.58º41.33%14.71%-
HSV(B)162.58º58.49%20.78%-
XYZ2.062.92.83-
YUV42.7128.73113.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=18.49%
G=44.54%
B=36.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2253440.5800.170.79162.5841.3314.71
Hex16352C3A0114Fa329f
Octal266554720211172435117
Binary101101101011011001110100100011001111101000111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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