#134642

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

Shades of Cyprus #134642

Tints of Cyprus #134642

Color information

#134642 (or 0x134642) is unknown color: approx Cyprus. HEX triplet: 13, 46 and 42. RGB value is (19,70,66). Sum of RGB (Red+Green+Blue) = 19+70+66=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #134642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134642 is #ECB9BD. Grayscale: #363636. Windows color (decimal): -15514046 or 4343315. OLE color: 4343315.

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

Color convert

RGB197066-
CMYK0.7300.060.73
HSL175.29º57.3%17.45%-
HSV(B)175.29º72.86%27.45%-
XYZ3.444.915.92-
YUV54.29134.6102.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 66 (26.17% from 255) = 42.58%
R=12.26%
G=45.16%
B=42.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970660.7300.060.73175.2957.317.45
Hex134642490649af3911
Octal23106102111061112577121
Binary10011100011010000101001001011010010011010111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134642; }

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

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

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

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

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

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

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

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