Html Css Color HEX #163736 Nordic

📋 copy color: '#163736'

red 22 ◦ green 55 ◦ blue 54

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

Shades of Nordic #163736

Tints of Nordic #163736

RGB

 RED value IS 22 (8.98% from 255) = 16.79%

 GREEN value IS 55 (21.88% from 255) = 41.98%

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

R = 16.79%
G = 41.98%
B = 41.22%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#163736 (or 0x163736) is known color: Nordic. HEX triplet: 16, 37 and 36. RGB value is (22,55,54). Sum of RGB (Red+Green+Blue) = 22+55+54=131 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.79% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #163736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163736 is #E9C8C9. Grayscale: #2C2C2C. Windows color (decimal): -15321290 or 3553046. OLE color: 3553046.

HSL color Cylindrical-coordinate representation of color #163736: hue angle of 178.18º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #163736 is Cyan = 0.6, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 22 55 54 -
CMYK 0.6 0 0.02 0.78
HSL 178.18º 0.43% 0.15% -
HSV(B) 178.18º 0.6% 0.22% -
XYZ 2.36 3.17 3.98 -
YUV 45.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 22 55 54 0.6 0 0.02 0.78 178.18 0.43 0.15
Hex 16 37 36 3C 0 2 4E B2 2B F
Octal 26 67 66 74 0 2 116 262 53 17
Binary 10110 110111 110110 111100 0 10 1001110 10110010 101011 1111

Color Harmonies of #163736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163736

Black with #163736

Text Example


Text Example

White with #163736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163736; }

 p { color: rgb(22,55,54); }

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

background-color css

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

 a { background-color: rgb(22,55,54); }

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

border-color css

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

 span { border-color: rgb(22,55,54); }

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