#134742

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

Shades of Cyprus #134742

Tints of Cyprus #134742

Color information

#134742 (or 0x134742) is unknown color: approx Cyprus. HEX triplet: 13, 47 and 42. RGB value is (19,71,66). Sum of RGB (Red+Green+Blue) = 19+71+66=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #134742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134742 is #ECB8BD. Grayscale: #363636. Windows color (decimal): -15513790 or 4343571. OLE color: 4343571.

HSL color Cylindrical-coordinate representation of color #134742: hue angle of 174.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134742 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB197166-
CMYK0.7300.070.72
HSL174.23º57.78%17.65%-
HSV(B)174.23º73.24%27.84%-
XYZ3.515.045.94-
YUV54.88134.27102.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 71 (28.12% from 255) = 45.51%
BLUE value IS 66 (26.17% from 255) = 42.31%
R=12.18%
G=45.51%
B=42.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971660.7300.070.72174.2357.7817.65
Hex134742490748ae3a12
Octal23107102111071102567222
Binary10011100011110000101001001011110010001010111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134742; }

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

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

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

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

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

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

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

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