#134C4F

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

Shades of Cyprus #134C4F

Tints of Cyprus #134C4F

Color information

#134C4F (or 0x134C4F) is unknown color: approx Cyprus. HEX triplet: 13, 4C and 4F. RGB value is (19,76,79). Sum of RGB (Red+Green+Blue) = 19+76+79=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #134C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C4F is #ECB3B0. Grayscale: #3B3B3B. Windows color (decimal): -15512497 or 5196819. OLE color: 5196819.

HSL color Cylindrical-coordinate representation of color #134C4F: hue angle of 183º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134C4F is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB197679-
CMYK0.760.0400.69
HSL183º61.22%19.22%-
HSV(B)183º75.95%30.98%-
XYZ4.265.878.31-
YUV59.3139.1299.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 76 (30.08% from 255) = 43.68%
BLUE value IS 79 (31.25% from 255) = 45.40%
R=10.92%
G=43.68%
B=45.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1976790.760.0400.6918361.2219.22
Hex134C4F4C4045b73d13
Octal23114117114401052677523
Binary10011100110010011111001100100010001011011011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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