#19514F

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

Shades of Cyprus #19514F

Tints of Cyprus #19514F

Color information

#19514F (or 0x19514F) is unknown color: approx Cyprus. HEX triplet: 19, 51 and 4F. RGB value is (25,81,79). Sum of RGB (Red+Green+Blue) = 25+81+79=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #19514F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19514F is #E6AEB0. Grayscale: #3F3F3F. Windows color (decimal): -15118001 or 5198105. OLE color: 5198105.

HSL color Cylindrical-coordinate representation of color #19514F: hue angle of 177.86º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19514F is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB258179-
CMYK0.6900.020.68
HSL177.86º52.83%20.78%-
HSV(B)177.86º69.14%31.76%-
XYZ4.756.668.43-
YUV64.03136.45100.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 79 (31.25% from 255) = 42.70%
R=13.51%
G=43.78%
B=42.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2581790.6900.020.68177.8652.8320.78
Hex19514F450244b23515
Octal31121117105021042626525
Binary1100110100011001111100010101010001001011001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19514F; }

 p { color: rgb(25,81,79); }

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

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

 a { background-color: rgb(25,81,79); }

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

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

 span { border-color: rgb(25,81,79); }

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