#13514D

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

Shades of Cyprus #13514D

Tints of Cyprus #13514D

Color information

#13514D (or 0x13514D) is unknown color: approx Cyprus. HEX triplet: 13, 51 and 4D. RGB value is (19,81,77). Sum of RGB (Red+Green+Blue) = 19+81+77=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #13514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13514D is #ECAEB2. Grayscale: #3D3D3D. Windows color (decimal): -15511219 or 5067027. OLE color: 5067027.

HSL color Cylindrical-coordinate representation of color #13514D: hue angle of 176.13º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13514D is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB198177-
CMYK0.7700.050.68
HSL176.13º62%19.61%-
HSV(B)176.13º76.54%31.76%-
XYZ4.556.568.05-
YUV62.01136.4697.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.73%
GREEN value IS 81 (32.03% from 255) = 45.76%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=10.73%
G=45.76%
B=43.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981770.7700.050.68176.136219.61
Hex13514D4D0544b03e14
Octal23121115115051042607624
Binary10011101000110011011001101010110001001011000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13514D; }

 p { color: rgb(19,81,77); }

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

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

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

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

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

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

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