#19524F

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

Shades of Cyprus #19524F

Tints of Cyprus #19524F

Color information

#19524F (or 0x19524F) is unknown color: approx Cyprus. HEX triplet: 19, 52 and 4F. RGB value is (25,82,79). Sum of RGB (Red+Green+Blue) = 25+82+79=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #19524F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19524F is #E6ADB0. Grayscale: #404040. Windows color (decimal): -15117745 or 5198361. OLE color: 5198361.

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

Color convert

RGB258279-
CMYK0.7000.040.68
HSL176.84º53.27%20.98%-
HSV(B)176.84º69.51%32.16%-
XYZ4.836.818.46-
YUV64.62136.1299.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 82 (32.42% from 255) = 44.09%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=13.44%
G=44.09%
B=42.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2582790.7000.040.68176.8453.2720.98
Hex19524F460444b13515
Octal31122117106041042616525
Binary11001101001010011111000110010010001001011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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