#135650

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

Shades of Cyprus #135650

Tints of Cyprus #135650

Color information

#135650 (or 0x135650) is unknown color: approx Cyprus. HEX triplet: 13, 56 and 50. RGB value is (19,86,80). Sum of RGB (Red+Green+Blue) = 19+86+80=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #135650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135650 is #ECA9AF. Grayscale: #414141. Windows color (decimal): -15509936 or 5264915. OLE color: 5264915.

HSL color Cylindrical-coordinate representation of color #135650: hue angle of 174.63º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135650 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB198680-
CMYK0.7800.070.66
HSL174.63º63.81%20.59%-
HSV(B)174.63º77.91%33.73%-
XYZ5.047.378.75-
YUV65.28136.394.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 86 (33.98% from 255) = 46.49%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=10.27%
G=46.49%
B=43.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986800.7800.070.66174.6363.8120.59
Hex1356504E0742af4015
Octal231261201160710225710025
Binary100111010110101000010011100111100001010101111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135650; }

 p { color: rgb(19,86,80); }

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

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

 a { background-color: rgb(19,86,80); }

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

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

 span { border-color: rgb(19,86,80); }

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