#134746

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

Shades of Cyprus #134746

Tints of Cyprus #134746

Color information

#134746 (or 0x134746) is unknown color: approx Cyprus. HEX triplet: 13, 47 and 46. RGB value is (19,71,70). Sum of RGB (Red+Green+Blue) = 19+71+70=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #134746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134746 is #ECB8B9. Grayscale: #373737. Windows color (decimal): -15513786 or 4605715. OLE color: 4605715.

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

Color convert

RGB197170-
CMYK0.7300.010.72
HSL178.85º57.78%17.65%-
HSV(B)178.85º73.24%27.84%-
XYZ3.635.096.59-
YUV55.34136.27102.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 71 (28.12% from 255) = 44.38%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=11.88%
G=44.38%
B=43.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971700.7300.010.72178.8557.7817.65
Hex134746490148b33a12
Octal23107106111011102637222
Binary100111000111100011010010010110010001011001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134746; }

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

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

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

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

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

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

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

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