#153534

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

Shades of Nordic #153534

Tints of Nordic #153534

Color information

#153534 (or 0x153534) is unknown color: approx Nordic. HEX triplet: 15, 35 and 34. RGB value is (21,53,52). Sum of RGB (Red+Green+Blue) = 21+53+52=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 53 - color contains mainly: green. Hex color #153534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153534 is #EACACB. Grayscale: #2B2B2B. Windows color (decimal): -15387340 or 3421461. OLE color: 3421461.

HSL color Cylindrical-coordinate representation of color #153534: hue angle of 178.12º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153534 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB215352-
CMYK0.6000.020.79
HSL178.12º43.24%14.51%-
HSV(B)178.12º60.38%20.78%-
XYZ2.22.953.7-
YUV43.32132.9112.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 53 (21.09% from 255) = 42.06%
BLUE value IS 52 (20.70% from 255) = 41.27%
R=16.67%
G=42.06%
B=41.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2153520.6000.020.79178.1243.2414.51
Hex1535343C024Fb22bf
Octal25656474021172625317
Binary101011101011101001111000101001111101100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153534; }

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

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

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

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

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

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

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

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