#153434

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

Shades of Nordic #153434

Tints of Nordic #153434

Color information

#153434 (or 0x153434) is unknown color: approx Nordic. HEX triplet: 15, 34 and 34. RGB value is (21,52,52). Sum of RGB (Red+Green+Blue) = 21+52+52=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: green, blue. Hex color #153434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153434 is #EACBCB. Grayscale: #2A2A2A. Windows color (decimal): -15387596 or 3421205. OLE color: 3421205.

HSL color Cylindrical-coordinate representation of color #153434: hue angle of 180º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153434 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB215252-
CMYK0.60000.80
HSL180º42.47%14.31%-
HSV(B)180º59.62%20.39%-
XYZ2.162.863.69-
YUV42.73133.23112.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 52 (20.70% from 255) = 41.6%
R=16.8%
G=41.6%
B=41.6%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2152520.60000.8018042.4714.31
Hex1534343C0050b42ae
Octal25646474001202645216
Binary10101110100110100111100001010000101101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153434; }

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

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

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

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

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

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

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

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