#135351

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

Shades of Cyprus #135351

Tints of Cyprus #135351

Color information

#135351 (or 0x135351) is unknown color: approx Cyprus. HEX triplet: 13, 53 and 51. RGB value is (19,83,81). Sum of RGB (Red+Green+Blue) = 19+83+81=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #135351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135351 is #ECACAE. Grayscale: #3F3F3F. Windows color (decimal): -15510703 or 5329683. OLE color: 5329683.

HSL color Cylindrical-coordinate representation of color #135351: hue angle of 178.12º 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 #135351 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB198381-
CMYK0.7700.020.67
HSL178.12º62.75%20%-
HSV(B)178.12º77.11%32.55%-
XYZ4.856.928.86-
YUV63.64137.896.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 81 (32.03% from 255) = 44.26%
R=10.38%
G=45.36%
B=44.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983810.7700.020.67178.1262.7520
Hex1353514D0243b23f14
Octal23123121115021032627724
Binary1001110100111010001100110101010000111011001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135351; }

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

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

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

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

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

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

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

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