#133938

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

Shades of Nordic #133938

Tints of Nordic #133938

Color information

#133938 (or 0x133938) is unknown color: approx Nordic. HEX triplet: 13, 39 and 38. RGB value is (19,57,56). Sum of RGB (Red+Green+Blue) = 19+57+56=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #133938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133938 is #ECC6C7. Grayscale: #2D2D2D. Windows color (decimal): -15517384 or 3684627. OLE color: 3684627.

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

Color convert

RGB195756-
CMYK0.6700.020.78
HSL178.42º50%14.9%-
HSV(B)178.42º66.67%22.35%-
XYZ2.453.354.26-
YUV45.52133.91109.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=14.39%
G=43.18%
B=42.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957560.6700.020.78178.425014.9
Hex13393843024Eb232f
Octal237170103021162626217
Binary1001111100111100010000110101001110101100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133938; }

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

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

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

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

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

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

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

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