#163635

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

Shades of Nordic #163635

Tints of Nordic #163635

Color information

#163635 (or 0x163635) is unknown color: approx Nordic. HEX triplet: 16, 36 and 35. RGB value is (22,54,53). Sum of RGB (Red+Green+Blue) = 22+54+53=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #163635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163635 is #E9C9CA. Grayscale: #2C2C2C. Windows color (decimal): -15321547 or 3487254. OLE color: 3487254.

HSL color Cylindrical-coordinate representation of color #163635: hue angle of 178.12º 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 #163635 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB225453-
CMYK0.5900.020.79
HSL178.12º42.11%14.9%-
HSV(B)178.12º59.26%21.18%-
XYZ2.293.073.84-
YUV44.32132.9112.08-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.05%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 53 (21.09% from 255) = 41.09%
R=17.05%
G=41.86%
B=41.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2254530.5900.020.79178.1242.1114.9
Hex1636353B024Fb22af
Octal26666573021172625217
Binary101101101101101011110110101001111101100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163635; }

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

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

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

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

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

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

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

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