Html Css Color HEX #134340 Tiber

📋 copy color: '#134340'

red 19 ◦ green 67 ◦ blue 64

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

Shades of Tiber #134340

Tints of Tiber #134340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.67%

 BLUE value IS 64 (25.39% from 255) = 42.67%

R = 12.67%
G = 44.67%
B = 42.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#134340 (or 0x134340) is known color: Tiber. HEX triplet: 13, 43 and 40. RGB value is (19,67,64). Sum of RGB (Red+Green+Blue) = 19+67+64=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #134340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134340 is #ECBCBF. Grayscale: #343434. Windows color (decimal): -15514816 or 4211475. OLE color: 4211475.

HSL color Cylindrical-coordinate representation of color #134340: hue angle of 176.25º 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 #134340 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 67 64 -
CMYK 0.72 0 0.04 0.74
HSL 176.25º 0.56% 0.17% -
HSV(B) 176.25º 0.72% 0.26% -
XYZ 3.2 4.52 5.55 -
YUV 52.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 19 67 64 0.72 0 0.04 0.74 176.25 0.56 0.17
Hex 13 43 40 48 0 4 4A B0 38 11
Octal 23 103 100 110 0 4 112 260 70 21
Binary 10011 1000011 1000000 1001000 0 100 1001010 10110000 111000 10001

Color Harmonies of #134340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134340

Black with #134340

Text Example


Text Example

White with #134340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134340; }

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

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

background-color css

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

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

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

border-color css

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

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

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