#134D49

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

Shades of Cyprus #134D49

Tints of Cyprus #134D49

Color information

#134D49 (or 0x134D49) is unknown color: approx Cyprus. HEX triplet: 13, 4D and 49. RGB value is (19,77,73). Sum of RGB (Red+Green+Blue) = 19+77+73=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #134D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134D49 is #ECB2B6. Grayscale: #3B3B3B. Windows color (decimal): -15512247 or 4803859. OLE color: 4803859.

HSL color Cylindrical-coordinate representation of color #134D49: hue angle of 175.86º 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 #134D49 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB197773-
CMYK0.7500.050.70
HSL175.86º60.42%18.82%-
HSV(B)175.86º75.32%30.2%-
XYZ4.135.937.23-
YUV59.2135.7899.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 77 (30.47% from 255) = 45.56%
BLUE value IS 73 (28.91% from 255) = 43.20%
R=11.24%
G=45.56%
B=43.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1977730.7500.050.70175.8660.4218.82
Hex134D494B0546b03c13
Octal23115111113051062607423
Binary10011100110110010011001011010110001101011000011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,77,73); }

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

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

 a { background-color: rgb(19,77,73); }

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

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

 span { border-color: rgb(19,77,73); }

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