#134646

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

Shades of Cyprus #134646

Tints of Cyprus #134646

Color information

#134646 (or 0x134646) is unknown color: approx Cyprus. HEX triplet: 13, 46 and 46. RGB value is (19,70,70). Sum of RGB (Red+Green+Blue) = 19+70+70=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #134646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134646 is #ECB9B9. Grayscale: #363636. Windows color (decimal): -15514042 or 4605459. OLE color: 4605459.

HSL color Cylindrical-coordinate representation of color #134646: hue angle of 180º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134646 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB197070-
CMYK0.73000.73
HSL180º57.3%17.45%-
HSV(B)180º72.86%27.45%-
XYZ3.564.966.56-
YUV54.75136.6102.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=11.95%
G=44.03%
B=44.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970700.73000.7318057.317.45
Hex134646490049b43911
Octal23106106111001112647121
Binary100111000110100011010010010010010011011010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134646; }

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

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

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

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

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

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

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

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