#133F3C

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

Shades of Tiber #133F3C

Tints of Tiber #133F3C

Color information

#133F3C (or 0x133F3C) is unknown color: approx Tiber. HEX triplet: 13, 3F and 3C. RGB value is (19,63,60). Sum of RGB (Red+Green+Blue) = 19+63+60=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #133F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F3C is #ECC0C3. Grayscale: #313131. Windows color (decimal): -15515844 or 3948307. OLE color: 3948307.

HSL color Cylindrical-coordinate representation of color #133F3C: hue angle of 175.91º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F3C is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB196360-
CMYK0.7000.050.75
HSL175.91º53.66%16.08%-
HSV(B)175.91º69.84%24.71%-
XYZ2.864.024.9-
YUV49.5133.92106.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 63 (25% from 255) = 44.37%
BLUE value IS 60 (23.83% from 255) = 42.25%
R=13.38%
G=44.37%
B=42.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1963600.7000.050.75175.9153.6616.08
Hex133F3C46054Bb03610
Octal237774106051132606620
Binary100111111111111001000110010110010111011000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133F3C; }

 p { color: rgb(19,63,60); }

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

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

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

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

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

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

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