#13433F

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

Shades of Tiber #13433F

Tints of Tiber #13433F

Color information

#13433F (or 0x13433F) is unknown color: approx Tiber. HEX triplet: 13, 43 and 3F. RGB value is (19,67,63). Sum of RGB (Red+Green+Blue) = 19+67+63=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #13433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13433F is #ECBCC0. Grayscale: #343434. Windows color (decimal): -15514817 or 4145939. OLE color: 4145939.

HSL color Cylindrical-coordinate representation of color #13433F: hue angle of 175º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13433F is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB196763-
CMYK0.7200.060.74
HSL175º55.81%16.86%-
HSV(B)175º71.64%26.27%-
XYZ3.174.515.41-
YUV52.19134.1104.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 67 (26.56% from 255) = 44.97%
BLUE value IS 63 (25% from 255) = 42.28%
R=12.75%
G=44.97%
B=42.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1967630.7200.060.7417555.8116.86
Hex13433F48064Aaf3811
Octal2310377110061122577021
Binary1001110000111111111001000011010010101010111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13433F; }

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

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

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

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

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

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

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

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