#134747

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

Shades of Cyprus #134747

Tints of Cyprus #134747

Color information

#134747 (or 0x134747) is unknown color: approx Cyprus. HEX triplet: 13, 47 and 47. RGB value is (19,71,71). Sum of RGB (Red+Green+Blue) = 19+71+71=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #134747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134747 is #ECB8B8. Grayscale: #373737. Windows color (decimal): -15513785 or 4671251. OLE color: 4671251.

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

Color convert

RGB197171-
CMYK0.73000.72
HSL180º57.78%17.65%-
HSV(B)180º73.24%27.84%-
XYZ3.665.16.75-
YUV55.45136.77102-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 71 (28.12% from 255) = 44.10%
R=11.80%
G=44.10%
B=44.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971710.73000.7218057.7817.65
Hex134747490048b43a12
Octal23107107111001102647222
Binary100111000111100011110010010010010001011010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134747; }

 p { color: rgb(19,71,71); }

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

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

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

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

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

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

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