#135353

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

Shades of Cyprus #135353

Tints of Cyprus #135353

Color information

#135353 (or 0x135353) is unknown color: approx Cyprus. HEX triplet: 13, 53 and 53. RGB value is (19,83,83). Sum of RGB (Red+Green+Blue) = 19+83+83=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #135353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135353 is #ECACAC. Grayscale: #3F3F3F. Windows color (decimal): -15510701 or 5460755. OLE color: 5460755.

HSL color Cylindrical-coordinate representation of color #135353: hue angle of 180º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135353 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB198383-
CMYK0.77000.67
HSL180º62.75%20%-
HSV(B)180º77.11%32.55%-
XYZ4.926.959.27-
YUV63.86138.896-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=10.27%
G=44.86%
B=44.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983830.77000.6718062.7520
Hex1353534D0043b43f14
Octal23123123115001032647724
Binary100111010011101001110011010010000111011010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135353; }

 p { color: rgb(19,83,83); }

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

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

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

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

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

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

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