#134947

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

Shades of Cyprus #134947

Tints of Cyprus #134947

Color information

#134947 (or 0x134947) is unknown color: approx Cyprus. HEX triplet: 13, 49 and 47. RGB value is (19,73,71). Sum of RGB (Red+Green+Blue) = 19+73+71=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #134947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134947 is #ECB6B8. Grayscale: #383838. Windows color (decimal): -15513273 or 4671763. OLE color: 4671763.

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

Color convert

RGB197371-
CMYK0.7400.030.71
HSL177.78º58.7%18.04%-
HSV(B)177.78º73.97%28.63%-
XYZ3.795.366.8-
YUV56.63136.11101.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 71 (28.12% from 255) = 43.56%
R=11.66%
G=44.79%
B=43.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973710.7400.030.71177.7858.718.04
Hex1349474A0347b23b12
Octal23111107112031072627322
Binary1001110010011000111100101001110001111011001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134947; }

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

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

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

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

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

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

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

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