#153634

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

Shades of Nordic #153634

Tints of Nordic #153634

Color information

#153634 (or 0x153634) is unknown color: approx Nordic. HEX triplet: 15, 36 and 34. RGB value is (21,54,52). Sum of RGB (Red+Green+Blue) = 21+54+52=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #153634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153634 is #EAC9CB. Grayscale: #2B2B2B. Windows color (decimal): -15387084 or 3421717. OLE color: 3421717.

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

Color convert

RGB215452-
CMYK0.6100.040.79
HSL176.36º44%14.71%-
HSV(B)176.36º61.11%21.18%-
XYZ2.253.053.72-
YUV43.9132.57111.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.54%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=16.54%
G=42.52%
B=40.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2154520.6100.040.79176.364414.71
Hex1536343D044Fb02cf
Octal25666475041172605417
Binary1010111011011010011110101001001111101100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153634; }

 p { color: rgb(21,54,52); }

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

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

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

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

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

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

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