#134943

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

Shades of Cyprus #134943

Tints of Cyprus #134943

Color information

#134943 (or 0x134943) is unknown color: approx Cyprus. HEX triplet: 13, 49 and 43. RGB value is (19,73,67). Sum of RGB (Red+Green+Blue) = 19+73+67=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #134943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134943 is #ECB6BC. Grayscale: #383838. Windows color (decimal): -15513277 or 4409619. OLE color: 4409619.

HSL color Cylindrical-coordinate representation of color #134943: hue angle of 173.33º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134943 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB197367-
CMYK0.7400.080.71
HSL173.33º58.7%18.04%-
HSV(B)173.33º73.97%28.63%-
XYZ3.665.316.14-
YUV56.17134.11101.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 67 (26.56% from 255) = 42.14%
R=11.95%
G=45.91%
B=42.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973670.7400.080.71173.3358.718.04
Hex1349434A0847ad3b12
Octal231111031120101072557322
Binary100111001001100001110010100100010001111010110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134943; }

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

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

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

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

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

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

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

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