#13514A

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

Shades of Cyprus #13514A

Tints of Cyprus #13514A

Color information

#13514A (or 0x13514A) is unknown color: approx Cyprus. HEX triplet: 13, 51 and 4A. RGB value is (19,81,74). Sum of RGB (Red+Green+Blue) = 19+81+74=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #13514A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13514A is #ECAEB5. Grayscale: #3D3D3D. Windows color (decimal): -15511222 or 4870419. OLE color: 4870419.

HSL color Cylindrical-coordinate representation of color #13514A: hue angle of 173.23º 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 #13514A is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB198174-
CMYK0.7700.090.68
HSL173.23º62%19.61%-
HSV(B)173.23º76.54%31.76%-
XYZ4.456.527.5-
YUV61.66134.9697.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 81 (32.03% from 255) = 46.55%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=10.92%
G=46.55%
B=42.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981740.7700.090.68173.236219.61
Hex13514A4D0944ad3e14
Octal231211121150111042557624
Binary100111010001100101010011010100110001001010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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