#134E45

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

Shades of Cyprus #134E45

Tints of Cyprus #134E45

Color information

#134E45 (or 0x134E45) is unknown color: approx Cyprus. HEX triplet: 13, 4E and 45. RGB value is (19,78,69). Sum of RGB (Red+Green+Blue) = 19+78+69=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #134E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E45 is #ECB1BA. Grayscale: #3B3B3B. Windows color (decimal): -15511995 or 4541971. OLE color: 4541971.

HSL color Cylindrical-coordinate representation of color #134E45: hue angle of 170.85º 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 #134E45 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB197869-
CMYK0.7600.120.69
HSL170.85º60.82%19.02%-
HSV(B)170.85º75.64%30.59%-
XYZ4.076.026.58-
YUV59.33133.4599.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 78 (30.86% from 255) = 46.99%
BLUE value IS 69 (27.34% from 255) = 41.57%
R=11.45%
G=46.99%
B=41.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1978690.7600.120.69170.8560.8219.02
Hex134E454C0C45ab3d13
Octal231161051140141052537523
Binary100111001110100010110011000110010001011010101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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