#153537

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

Shades of Nordic #153537

Tints of Nordic #153537

Color information

#153537 (or 0x153537) is unknown color: approx Nordic. HEX triplet: 15, 35 and 37. RGB value is (21,53,55). Sum of RGB (Red+Green+Blue) = 21+53+55=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #153537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153537 is #EACAC8. Grayscale: #2B2B2B. Windows color (decimal): -15387337 or 3618069. OLE color: 3618069.

HSL color Cylindrical-coordinate representation of color #153537: hue angle of 183.53º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #153537 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB215355-
CMYK0.620.0400.78
HSL183.53º44.74%14.9%-
HSV(B)183.53º61.82%21.57%-
XYZ2.272.984.07-
YUV43.66134.4111.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 55 (21.88% from 255) = 42.64%
R=16.28%
G=41.09%
B=42.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2153550.620.0400.78183.5344.7414.9
Hex1535373E404Eb82df
Octal25656776401162705517
Binary1010111010111011111111010001001110101110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153537; }

 p { color: rgb(21,53,55); }

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

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

 a { background-color: rgb(21,53,55); }

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

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

 span { border-color: rgb(21,53,55); }

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