#134643

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

Shades of Cyprus #134643

Tints of Cyprus #134643

Color information

#134643 (or 0x134643) is unknown color: approx Cyprus. HEX triplet: 13, 46 and 43. RGB value is (19,70,67). Sum of RGB (Red+Green+Blue) = 19+70+67=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #134643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134643 is #ECB9BC. Grayscale: #363636. Windows color (decimal): -15514045 or 4408851. OLE color: 4408851.

HSL color Cylindrical-coordinate representation of color #134643: hue angle of 176.47º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134643 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB197067-
CMYK0.7300.040.73
HSL176.47º57.3%17.45%-
HSV(B)176.47º72.86%27.45%-
XYZ3.474.926.08-
YUV54.41135.1102.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 67 (26.56% from 255) = 42.95%
R=12.18%
G=44.87%
B=42.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970670.7300.040.73176.4757.317.45
Hex134643490449b03911
Octal23106103111041112607121
Binary10011100011010000111001001010010010011011000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134643; }

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

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

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

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

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

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

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

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