#134842

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

Shades of Cyprus #134842

Tints of Cyprus #134842

Color information

#134842 (or 0x134842) is unknown color: approx Cyprus. HEX triplet: 13, 48 and 42. RGB value is (19,72,66). Sum of RGB (Red+Green+Blue) = 19+72+66=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #134842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134842 is #ECB7BD. Grayscale: #373737. Windows color (decimal): -15513534 or 4343827. OLE color: 4343827.

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

Color convert

RGB197266-
CMYK0.7400.080.72
HSL173.21º58.24%17.84%-
HSV(B)173.21º73.61%28.24%-
XYZ3.575.175.96-
YUV55.47133.94101.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=12.10%
G=45.86%
B=42.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972660.7400.080.72173.2158.2417.84
Hex1348424A0848ad3a12
Octal231101021120101102557222
Binary100111001000100001010010100100010010001010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134842; }

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

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

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

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

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

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

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

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