#134B45

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

Shades of Cyprus #134B45

Tints of Cyprus #134B45

Color information

#134B45 (or 0x134B45) is unknown color: approx Cyprus. HEX triplet: 13, 4B and 45. RGB value is (19,75,69). Sum of RGB (Red+Green+Blue) = 19+75+69=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #134B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B45 is #ECB4BA. Grayscale: #393939. Windows color (decimal): -15512763 or 4541203. OLE color: 4541203.

HSL color Cylindrical-coordinate representation of color #134B45: hue angle of 173.57º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B45 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB197569-
CMYK0.7500.080.71
HSL173.57º59.57%18.43%-
HSV(B)173.57º74.67%29.41%-
XYZ3.865.66.51-
YUV57.57134.45100.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=11.66%
G=46.01%
B=42.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1975690.7500.080.71173.5759.5718.43
Hex134B454B0847ae3c12
Octal231131051130101072567422
Binary100111001011100010110010110100010001111010111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134B45; }

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

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

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

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

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

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

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

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