#133837

Color #133837 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #133837

Tints of Nordic #133837

Color information

#133837 (or 0x133837) is unknown color: approx Nordic. HEX triplet: 13, 38 and 37. RGB value is (19,56,55). Sum of RGB (Red+Green+Blue) = 19+56+55=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #133837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133837 is #ECC7C8. Grayscale: #2C2C2C. Windows color (decimal): -15517641 or 3618835. OLE color: 3618835.

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

Color convert

RGB195655-
CMYK0.6600.020.78
HSL178.38º49.33%14.71%-
HSV(B)178.38º66.07%21.96%-
XYZ2.373.244.12-
YUV44.82133.74109.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 55 (21.88% from 255) = 42.31%
R=14.62%
G=43.08%
B=42.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956550.6600.020.78178.3849.3314.71
Hex13383742024Eb231f
Octal237067102021162626117
Binary1001111100011011110000100101001110101100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133837; }

 p { color: rgb(19,56,55); }

 H1.HeaderClassName
 {
   color: #133837;
 }
 .AnyTagClassName
 {
   color: #133837;
 }
</style>
background-color css

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

 a { background-color: rgb(19,56,55); }

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

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

 span { border-color: rgb(19,56,55); }

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