#134E47

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

Shades of Cyprus #134E47

Tints of Cyprus #134E47

Color information

#134E47 (or 0x134E47) is unknown color: approx Cyprus. HEX triplet: 13, 4E and 47. RGB value is (19,78,71). Sum of RGB (Red+Green+Blue) = 19+78+71=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #134E47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E47 is #ECB1B8. Grayscale: #3B3B3B. Windows color (decimal): -15511993 or 4673043. OLE color: 4673043.

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

Color convert

RGB197871-
CMYK0.7600.090.69
HSL172.88º60.82%19.02%-
HSV(B)172.88º75.64%30.59%-
XYZ4.136.046.91-
YUV59.56134.4599.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 71 (28.12% from 255) = 42.26%
R=11.31%
G=46.43%
B=42.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1978710.7600.090.69172.8860.8219.02
Hex134E474C0945ad3d13
Octal231161071140111052557523
Binary100111001110100011110011000100110001011010110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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