#134845

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

Shades of Cyprus #134845

Tints of Cyprus #134845

Color information

#134845 (or 0x134845) is unknown color: approx Cyprus. HEX triplet: 13, 48 and 45. RGB value is (19,72,69). Sum of RGB (Red+Green+Blue) = 19+72+69=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #134845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134845 is #ECB7BA. Grayscale: #373737. Windows color (decimal): -15513531 or 4540435. OLE color: 4540435.

HSL color Cylindrical-coordinate representation of color #134845: hue angle of 176.6º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134845 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB197269-
CMYK0.7400.040.72
HSL176.6º58.24%17.84%-
HSV(B)176.6º73.61%28.24%-
XYZ3.665.26.44-
YUV55.81135.44101.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 72 (28.52% from 255) = 45%
BLUE value IS 69 (27.34% from 255) = 43.12%
R=11.88%
G=45%
B=43.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972690.7400.040.72176.658.2417.84
Hex1348454A0448b13a12
Octal23110105112041102617222
Binary10011100100010001011001010010010010001011000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134845; }

 p { color: rgb(19,72,69); }

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

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

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

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

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

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

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