#134440

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

Shades of Cyprus #134440

Tints of Cyprus #134440

Color information

#134440 (or 0x134440) is unknown color: approx Cyprus. HEX triplet: 13, 44 and 40. RGB value is (19,68,64). Sum of RGB (Red+Green+Blue) = 19+68+64=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #134440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134440 is #ECBBBF. Grayscale: #343434. Windows color (decimal): -15514560 or 4211731. OLE color: 4211731.

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

Color convert

RGB196864-
CMYK0.7200.060.73
HSL175.1º56.32%17.06%-
HSV(B)175.1º72.06%26.67%-
XYZ3.264.645.57-
YUV52.89134.27103.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=12.58%
G=45.03%
B=42.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968640.7200.060.73175.156.3217.06
Hex134440480649af3811
Octal23104100110061112577021
Binary10011100010010000001001000011010010011010111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134440; }

 p { color: rgb(19,68,64); }

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

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

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

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

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

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

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