#153D41

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

Shades of Nordic #153D41

Tints of Nordic #153D41

Color information

#153D41 (or 0x153D41) is unknown color: approx Nordic. HEX triplet: 15, 3D and 41. RGB value is (21,61,65). Sum of RGB (Red+Green+Blue) = 21+61+65=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #153D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D41 is #EAC2BE. Grayscale: #313131. Windows color (decimal): -15385279 or 4275477. OLE color: 4275477.

HSL color Cylindrical-coordinate representation of color #153D41: hue angle of 185.45º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #153D41 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB216165-
CMYK0.680.0600.75
HSL185.45º51.16%16.86%-
HSV(B)185.45º67.69%25.49%-
XYZ2.933.885.6-
YUV49.5136.75107.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 61 (24.22% from 255) = 41.50%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=14.29%
G=41.50%
B=44.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2161650.680.0600.75185.4551.1616.86
Hex153D4144604Bb93311
Octal2575101104601132716321
Binary1010111110110000011000100110010010111011100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153D41; }

 p { color: rgb(21,61,65); }

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

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

 a { background-color: rgb(21,61,65); }

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

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

 span { border-color: rgb(21,61,65); }

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