#163636

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

Shades of Nordic #163636

Tints of Nordic #163636

Color information

#163636 (or 0x163636) is unknown color: approx Nordic. HEX triplet: 16, 36 and 36. RGB value is (22,54,54). Sum of RGB (Red+Green+Blue) = 22+54+54=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #163636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163636 is #E9C9C9. Grayscale: #2C2C2C. Windows color (decimal): -15321546 or 3552790. OLE color: 3552790.

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

Color convert

RGB225454-
CMYK0.59000.79
HSL180º42.11%14.9%-
HSV(B)180º59.26%21.18%-
XYZ2.323.083.96-
YUV44.43133.4112-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 54 (21.48% from 255) = 41.54%
R=16.92%
G=41.54%
B=41.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2254540.59000.7918042.1114.9
Hex1636363B004Fb42af
Octal26666673001172645217
Binary10110110110110110111011001001111101101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163636; }

 p { color: rgb(22,54,54); }

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

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

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

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

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

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

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