#134545

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

Shades of Cyprus #134545

Tints of Cyprus #134545

Color information

#134545 (or 0x134545) is unknown color: approx Cyprus. HEX triplet: 13, 45 and 45. RGB value is (19,69,69). Sum of RGB (Red+Green+Blue) = 19+69+69=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #134545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134545 is #ECBABA. Grayscale: #363636. Windows color (decimal): -15514299 or 4539667. OLE color: 4539667.

HSL color Cylindrical-coordinate representation of color #134545: hue angle of 180º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134545 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB196969-
CMYK0.72000.73
HSL180º56.82%17.25%-
HSV(B)180º72.46%27.06%-
XYZ3.474.826.38-
YUV54.05136.44103-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=12.10%
G=43.95%
B=43.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969690.72000.7318056.8217.25
Hex134545480049b43911
Octal23105105110001112647121
Binary100111000101100010110010000010010011011010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134545; }

 p { color: rgb(19,69,69); }

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

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

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

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

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

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

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