Html Css Color HEX #153536 Nordic

📋 copy color: '#153536'

red 21 ◦ green 53 ◦ blue 54

#153536
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #153536

Tints of Nordic #153536

RGB

 RED value IS 21 (8.59% from 255) = 16.41%

 GREEN value IS 53 (21.09% from 255) = 41.41%

 BLUE value IS 54 (21.48% from 255) = 42.19%

R = 16.41%
G = 41.41%
B = 42.19%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#153536 (or 0x153536) is known color: Nordic. HEX triplet: 15, 35 and 36. RGB value is (21,53,54). Sum of RGB (Red+Green+Blue) = 21+53+54=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 54 - color contains mainly: blue. Hex color #153536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153536 is #EACAC9. Grayscale: #2B2B2B. Windows color (decimal): -15387338 or 3552533. OLE color: 3552533.

HSL color Cylindrical-coordinate representation of color #153536: hue angle of 181.82º 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 #153536 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 53 54 -
CMYK 0.61 0.02 0 0.79
HSL 181.82º 0.44% 0.15% -
HSV(B) 181.82º 0.61% 0.21% -
XYZ 2.25 2.97 3.95 -
YUV 43.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 21 53 54 0.61 0.02 0 0.79 181.82 0.44 0.15
Hex 15 35 36 3D 2 0 4F B6 2C F
Octal 25 65 66 75 2 0 117 266 54 17
Binary 10101 110101 110110 111101 10 0 1001111 10110110 101100 1111

Color Harmonies of #153536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153536

Black with #153536

Text Example


Text Example

White with #153536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153536; }

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

 H1.HeaderClassName
 {
   color: #153536;
 }
 .AnyTagClassName
 {
   color: #153536;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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