#134844

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

Shades of Cyprus #134844

Tints of Cyprus #134844

Color information

#134844 (or 0x134844) is unknown color: approx Cyprus. HEX triplet: 13, 48 and 44. RGB value is (19,72,68). Sum of RGB (Red+Green+Blue) = 19+72+68=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #134844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134844 is #ECB7BB. Grayscale: #373737. Windows color (decimal): -15513532 or 4474899. OLE color: 4474899.

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

Color convert

RGB197268-
CMYK0.7400.060.72
HSL175.47º58.24%17.84%-
HSV(B)175.47º73.61%28.24%-
XYZ3.635.196.28-
YUV55.7134.94101.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=11.95%
G=45.28%
B=42.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972680.7400.060.72175.4758.2417.84
Hex1348444A0648af3a12
Octal23110104112061102577222
Binary10011100100010001001001010011010010001010111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134844; }

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

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

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

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

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

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

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

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