Html Css Color HEX #153534 Nordic

📋 copy color: '#153534'

red 21 ◦ green 53 ◦ blue 52

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

Shades of Nordic #153534

Tints of Nordic #153534

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

R = 16.67%
G = 42.06%
B = 41.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

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

RGB 21 53 52 -
CMYK 0.60 0 0.02 0.79
HSL 178.13º 0.43% 0.15% -
HSV(B) 178.13º 0.6% 0.21% -
XYZ 2.2 2.95 3.7 -
YUV 43.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 21 53 52 0.60 0 0.02 0.79 178.13 0.43 0.15
Hex 15 35 34 3C 0 2 4F B2 2B F
Octal 25 65 64 74 0 2 117 262 53 17
Binary 10101 110101 110100 111100 0 10 1001111 10110010 101011 1111

Color Harmonies of #153534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153534

Black with #153534

Text Example


Text Example

White with #153534

Text Example


Text Example

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