#19504F

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

Shades of Cyprus #19504F

Tints of Cyprus #19504F

Color information

#19504F (or 0x19504F) is unknown color: approx Cyprus. HEX triplet: 19, 50 and 4F. RGB value is (25,80,79). Sum of RGB (Red+Green+Blue) = 25+80+79=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #19504F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19504F is #E6AFB0. Grayscale: #3F3F3F. Windows color (decimal): -15118257 or 5197849. OLE color: 5197849.

HSL color Cylindrical-coordinate representation of color #19504F: hue angle of 178.91º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19504F is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB258079-
CMYK0.6900.010.69
HSL178.91º52.38%20.59%-
HSV(B)178.91º68.75%31.37%-
XYZ4.686.518.41-
YUV63.44136.78100.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.59%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 79 (31.25% from 255) = 42.93%
R=13.59%
G=43.48%
B=42.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2580790.6900.010.69178.9152.3820.59
Hex19504F450145b33415
Octal31120117105011052636425
Binary110011010000100111110001010110001011011001111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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