#133F3E

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

Shades of Tiber #133F3E

Tints of Tiber #133F3E

Color information

#133F3E (or 0x133F3E) is unknown color: approx Tiber. HEX triplet: 13, 3F and 3E. RGB value is (19,63,62). Sum of RGB (Red+Green+Blue) = 19+63+62=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #133F3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F3E is #ECC0C1. Grayscale: #313131. Windows color (decimal): -15515842 or 4079379. OLE color: 4079379.

HSL color Cylindrical-coordinate representation of color #133F3E: hue angle of 178.64º 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 #133F3E is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB196362-
CMYK0.7000.020.75
HSL178.64º53.66%16.08%-
HSV(B)178.64º69.84%24.71%-
XYZ2.924.045.18-
YUV49.73134.92106.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 62 (24.61% from 255) = 43.06%
R=13.19%
G=43.75%
B=43.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1963620.7000.020.75178.6453.6616.08
Hex133F3E46024Bb33610
Octal237776106021132636620
Binary10011111111111110100011001010010111011001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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