Html Css Color HEX #173434 Nordic

📋 copy color: '#173434'

red 23 ◦ green 52 ◦ blue 52

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

Shades of Nordic #173434

Tints of Nordic #173434

RGB

 RED value IS 23 (9.38% from 255) = 18.11%

 GREEN value IS 52 (20.7% from 255) = 40.94%

 BLUE value IS 52 (20.7% from 255) = 40.94%

R = 18.11%
G = 40.94%
B = 40.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#173434 (or 0x173434) is known color: Nordic. HEX triplet: 17, 34 and 34. RGB value is (23,52,52). Sum of RGB (Red+Green+Blue) = 23+52+52=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 52 - color contains mainly: green, blue. Hex color #173434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173434 is #E8CBCB. Grayscale: #2B2B2B. Windows color (decimal): -15256524 or 3421207. OLE color: 3421207.

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

Color convert

RGB 23 52 52 -
CMYK 0.56 0 0 0.80
HSL 180º 0.39% 0.15% -
HSV(B) 180º 0.56% 0.2% -
XYZ 2.2 2.89 3.69 -
YUV 43.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 23 52 52 0.56 0 0 0.80 180 0.39 0.15
Hex 17 34 34 38 0 0 50 B4 27 F
Octal 27 64 64 70 0 0 120 264 47 17
Binary 10111 110100 110100 111000 0 0 1010000 10110100 100111 1111

Color Harmonies of #173434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173434

Black with #173434

Text Example


Text Example

White with #173434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173434; }

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

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

background-color css

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

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

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

border-color css

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

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

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