#134745

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

Shades of Cyprus #134745

Tints of Cyprus #134745

Color information

#134745 (or 0x134745) is unknown color: approx Cyprus. HEX triplet: 13, 47 and 45. RGB value is (19,71,69). Sum of RGB (Red+Green+Blue) = 19+71+69=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #134745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134745 is #ECB8BA. Grayscale: #373737. Windows color (decimal): -15513787 or 4540179. OLE color: 4540179.

HSL color Cylindrical-coordinate representation of color #134745: hue angle of 177.69º 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 #134745 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB197169-
CMYK0.7300.030.72
HSL177.69º57.78%17.65%-
HSV(B)177.69º73.24%27.84%-
XYZ3.65.076.42-
YUV55.22135.77102.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=11.95%
G=44.65%
B=43.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971690.7300.030.72177.6957.7817.65
Hex134745490348b23a12
Octal23107105111031102627222
Binary1001110001111000101100100101110010001011001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134745; }

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

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

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

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

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

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

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

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