#135451

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

Shades of Cyprus #135451

Tints of Cyprus #135451

Color information

#135451 (or 0x135451) is unknown color: approx Cyprus. HEX triplet: 13, 54 and 51. RGB value is (19,84,81). Sum of RGB (Red+Green+Blue) = 19+84+81=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #135451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135451 is #ECABAE. Grayscale: #404040. Windows color (decimal): -15510447 or 5329939. OLE color: 5329939.

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

Color convert

RGB198481-
CMYK0.7700.040.67
HSL177.23º63.11%20.2%-
HSV(B)177.23º77.38%32.94%-
XYZ4.927.078.89-
YUV64.22137.4795.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 81 (32.03% from 255) = 44.02%
R=10.33%
G=45.65%
B=44.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984810.7700.040.67177.2363.1120.2
Hex1354514D0443b13f14
Octal23124121115041032617724
Binary10011101010010100011001101010010000111011000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135451; }

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

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

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

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

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

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

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

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