#134C45

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

Shades of Cyprus #134C45

Tints of Cyprus #134C45

Color information

#134C45 (or 0x134C45) is unknown color: approx Cyprus. HEX triplet: 13, 4C and 45. RGB value is (19,76,69). Sum of RGB (Red+Green+Blue) = 19+76+69=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #134C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C45 is #ECB3BA. Grayscale: #3A3A3A. Windows color (decimal): -15512507 or 4541459. OLE color: 4541459.

HSL color Cylindrical-coordinate representation of color #134C45: hue angle of 172.63º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C45 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB197669-
CMYK0.7500.090.70
HSL172.63º60%18.63%-
HSV(B)172.63º75%29.8%-
XYZ3.935.746.53-
YUV58.16134.12100.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 69 (27.34% from 255) = 42.07%
R=11.59%
G=46.34%
B=42.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976690.7500.090.70172.636018.63
Hex134C454B0946ad3c13
Octal231141051130111062557423
Binary100111001100100010110010110100110001101010110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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