#134743

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

Shades of Cyprus #134743

Tints of Cyprus #134743

Color information

#134743 (or 0x134743) is unknown color: approx Cyprus. HEX triplet: 13, 47 and 43. RGB value is (19,71,67). Sum of RGB (Red+Green+Blue) = 19+71+67=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #134743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134743 is #ECB8BC. Grayscale: #363636. Windows color (decimal): -15513789 or 4409107. OLE color: 4409107.

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

Color convert

RGB197167-
CMYK0.7300.060.72
HSL175.38º57.78%17.65%-
HSV(B)175.38º73.24%27.84%-
XYZ3.535.056.1-
YUV55134.77102.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 67 (26.56% from 255) = 42.68%
R=12.10%
G=45.22%
B=42.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971670.7300.060.72175.3857.7817.65
Hex134743490648af3a12
Octal23107103111061102577222
Binary10011100011110000111001001011010010001010111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134743; }

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

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

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

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

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

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

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

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