#113536

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

Shades of Nordic #113536

Tints of Nordic #113536

Color information

#113536 (or 0x113536) is unknown color: approx Nordic. HEX triplet: 11, 35 and 36. RGB value is (17,53,54). Sum of RGB (Red+Green+Blue) = 17+53+54=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 54 (21.48% from 255 or 43.55% from 124); Max value from RGB is 54 - color contains mainly: blue. Hex color #113536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113536 is #EECAC9. Grayscale: #2A2A2A. Windows color (decimal): -15649482 or 3552529. OLE color: 3552529.

HSL color Cylindrical-coordinate representation of color #113536: hue angle of 181.62º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113536 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB175354-
CMYK0.690.0200.79
HSL181.62º52.11%13.92%-
HSV(B)181.62º68.52%21.18%-
XYZ2.172.933.94-
YUV42.35134.57109.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 54 (21.48% from 255) = 43.55%
R=13.71%
G=42.74%
B=43.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753540.690.0200.79181.6252.1113.92
Hex11353645204Fb634e
Octal216566105201172666416
Binary1000111010111011010001011001001111101101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113536; }

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

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

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

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

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

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

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

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