#19504C

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

Shades of Cyprus #19504C

Tints of Cyprus #19504C

Color information

#19504C (or 0x19504C) is unknown color: approx Cyprus. HEX triplet: 19, 50 and 4C. RGB value is (25,80,76). Sum of RGB (Red+Green+Blue) = 25+80+76=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #19504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19504C is #E6AFB3. Grayscale: #3F3F3F. Windows color (decimal): -15118260 or 5001241. OLE color: 5001241.

HSL color Cylindrical-coordinate representation of color #19504C: hue angle of 175.64º 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 #19504C is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB258076-
CMYK0.6900.050.69
HSL175.64º52.38%20.59%-
HSV(B)175.64º68.75%31.37%-
XYZ4.576.477.84-
YUV63.1135.28100.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=13.81%
G=44.20%
B=41.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2580760.6900.050.69175.6452.3820.59
Hex19504C450545b03415
Octal31120114105051052606425
Binary11001101000010011001000101010110001011011000011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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