Html Css Color HEX #133D3B Tiber

📋 copy color: '#133D3B'

red 19 ◦ green 61 ◦ blue 59

#133D3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tiber #133D3B

Tints of Tiber #133D3B

RGB

 RED value IS 19 (7.81% from 255) = 13.67%

 GREEN value IS 61 (24.22% from 255) = 43.88%

 BLUE value IS 59 (23.44% from 255) = 42.45%

R = 13.67%
G = 43.88%
B = 42.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.76

RGB Variations

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

Color information

#133D3B (or 0x133D3B) is known color: Tiber. HEX triplet: 13, 3D and 3B. RGB value is (19,61,59). Sum of RGB (Red+Green+Blue) = 19+61+59=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 61 - color contains mainly: green. Hex color #133D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D3B is #ECC2C4. Grayscale: #303030. Windows color (decimal): -15516357 or 3882259. OLE color: 3882259.

HSL color Cylindrical-coordinate representation of color #133D3B: hue angle of 177.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D3B is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 61 59 -
CMYK 0.69 0 0.03 0.76
HSL 177.14º 0.53% 0.16% -
HSV(B) 177.14º 0.69% 0.24% -
XYZ 2.73 3.79 4.73 -
YUV 48.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 19 61 59 0.69 0 0.03 0.76 177.14 0.53 0.16
Hex 13 3D 3B 45 0 3 4C B1 34 10
Octal 23 75 73 105 0 3 114 261 64 20
Binary 10011 111101 111011 1000101 0 11 1001100 10110001 110100 10000

Color Harmonies of #133D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D3B

Black with #133D3B

Text Example


Text Example

White with #133D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,61,59); }

 H1.HeaderClassName
 {
   color: #133D3B;
 }
 .AnyTagClassName
 {
   color: #133D3B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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