#134944

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

Shades of Cyprus #134944

Tints of Cyprus #134944

Color information

#134944 (or 0x134944) is unknown color: approx Cyprus. HEX triplet: 13, 49 and 44. RGB value is (19,73,68). Sum of RGB (Red+Green+Blue) = 19+73+68=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #134944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134944 is #ECB6BB. Grayscale: #383838. Windows color (decimal): -15513276 or 4475155. OLE color: 4475155.

HSL color Cylindrical-coordinate representation of color #134944: hue angle of 174.44º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134944 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB197368-
CMYK0.7400.070.71
HSL174.44º58.7%18.04%-
HSV(B)174.44º73.97%28.63%-
XYZ3.695.326.3-
YUV56.28134.61101.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 73 (28.91% from 255) = 45.62%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=11.88%
G=45.62%
B=42.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973680.7400.070.71174.4458.718.04
Hex1349444A0747ae3b12
Octal23111104112071072567322
Binary10011100100110001001001010011110001111010111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134944; }

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

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

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

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

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

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

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

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