Html Css Color HEX #173D41 Nordic

📋 copy color: '#173D41'

red 23 ◦ green 61 ◦ blue 65

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

Shades of Nordic #173D41

Tints of Nordic #173D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.94%

 BLUE value IS 65 (25.78% from 255) = 43.62%

R = 15.44%
G = 40.94%
B = 43.62%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#173D41 (or 0x173D41) is known color: Nordic. HEX triplet: 17, 3D and 41. RGB value is (23,61,65). Sum of RGB (Red+Green+Blue) = 23+61+65=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #173D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173D41 is #E8C2BE. Grayscale: #323232. Windows color (decimal): -15254207 or 4275479. OLE color: 4275479.

HSL color Cylindrical-coordinate representation of color #173D41: hue angle of 185.71º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #173D41 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 61 65 -
CMYK 0.65 0.06 0 0.75
HSL 185.71º 0.48% 0.17% -
HSV(B) 185.71º 0.65% 0.25% -
XYZ 2.98 3.9 5.6 -
YUV 50.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 23 61 65 0.65 0.06 0 0.75 185.71 0.48 0.17
Hex 17 3D 41 41 6 0 4B BA 30 11
Octal 27 75 101 101 6 0 113 272 60 21
Binary 10111 111101 1000001 1000001 110 0 1001011 10111010 110000 10001

Color Harmonies of #173D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173D41

Black with #173D41

Text Example


Text Example

White with #173D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173D41; }

 p { color: rgb(23,61,65); }

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

background-color css

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

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

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

border-color css

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

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

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