#135046

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

Shades of Cyprus #135046

Tints of Cyprus #135046

Color information

#135046 (or 0x135046) is unknown color: approx Cyprus. HEX triplet: 13, 50 and 46. RGB value is (19,80,70). Sum of RGB (Red+Green+Blue) = 19+80+70=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #135046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135046 is #ECAFB9. Grayscale: #3C3C3C. Windows color (decimal): -15511482 or 4608019. OLE color: 4608019.

HSL color Cylindrical-coordinate representation of color #135046: hue angle of 170.16º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135046 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB198070-
CMYK0.7600.120.69
HSL170.16º61.62%19.41%-
HSV(B)170.16º76.25%31.37%-
XYZ4.246.326.79-
YUV60.62133.2998.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=11.24%
G=47.34%
B=41.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980700.7600.120.69170.1661.6219.41
Hex1350464C0C45aa3e13
Octal231201061140141052527623
Binary100111010000100011010011000110010001011010101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135046; }

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

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

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

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

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

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

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

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