#133636

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

Shades of Nordic #133636

Tints of Nordic #133636

Color information

#133636 (or 0x133636) is unknown color: approx Nordic. HEX triplet: 13, 36 and 36. RGB value is (19,54,54). Sum of RGB (Red+Green+Blue) = 19+54+54=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #133636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133636 is #ECC9C9. Grayscale: #2B2B2B. Windows color (decimal): -15518154 or 3552787. OLE color: 3552787.

HSL color Cylindrical-coordinate representation of color #133636: hue angle of 180º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133636 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB195454-
CMYK0.65000.79
HSL180º47.95%14.31%-
HSV(B)180º64.81%21.18%-
XYZ2.253.043.96-
YUV43.54133.9110.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=14.96%
G=42.52%
B=42.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954540.65000.7918047.9514.31
Hex13363641004Fb430e
Octal236666101001172646016
Binary100111101101101101000001001001111101101001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133636; }

 p { color: rgb(19,54,54); }

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

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

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

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

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

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

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