#133735

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

Shades of Nordic #133735

Tints of Nordic #133735

Color information

#133735 (or 0x133735) is unknown color: approx Nordic. HEX triplet: 13, 37 and 35. RGB value is (19,55,53). Sum of RGB (Red+Green+Blue) = 19+55+53=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 55 - color contains mainly: green. Hex color #133735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133735 is #ECC8CA. Grayscale: #2B2B2B. Windows color (decimal): -15517899 or 3487507. OLE color: 3487507.

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

Color convert

RGB195553-
CMYK0.6500.040.78
HSL176.67º48.65%14.51%-
HSV(B)176.67º65.45%21.57%-
XYZ2.283.133.85-
YUV44.01133.07110.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 55 (21.88% from 255) = 43.31%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=14.96%
G=43.31%
B=41.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955530.6500.040.78176.6748.6514.51
Hex13373541044Eb131f
Octal236765101041162616117
Binary10011110111110101100000101001001110101100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133735; }

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

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

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

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

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

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

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

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