Html Css Color HEX #153634 Nordic

📋 copy color: '#153634'

red 21 ◦ green 54 ◦ blue 52

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

Shades of Nordic #153634

Tints of Nordic #153634

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.7% from 255) = 40.94%

R = 16.54%
G = 42.52%
B = 40.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#153634 (or 0x153634) is known color: 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

RGB 21 54 52 -
CMYK 0.61 0 0.04 0.79
HSL 176.36º 0.44% 0.15% -
HSV(B) 176.36º 0.61% 0.21% -
XYZ 2.25 3.05 3.72 -
YUV 43.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 21 54 52 0.61 0 0.04 0.79 176.36 0.44 0.15
Hex 15 36 34 3D 0 4 4F B0 2C F
Octal 25 66 64 75 0 4 117 260 54 17
Binary 10101 110110 110100 111101 0 100 1001111 10110000 101100 1111

Color Harmonies of #153634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153634

Black with #153634

Text Example


Text Example

White with #153634

Text Example


Text Example

HTML Codes & Css Web 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>