#19524C

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

Shades of Cyprus #19524C

Tints of Cyprus #19524C

Color information

#19524C (or 0x19524C) is unknown color: approx Cyprus. HEX triplet: 19, 52 and 4C. RGB value is (25,82,76). Sum of RGB (Red+Green+Blue) = 25+82+76=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #19524C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19524C is #E6ADB3. Grayscale: #404040. Windows color (decimal): -15117748 or 5001753. OLE color: 5001753.

HSL color Cylindrical-coordinate representation of color #19524C: hue angle of 173.68º 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 #19524C is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB258276-
CMYK0.7000.070.68
HSL173.68º53.27%20.98%-
HSV(B)173.68º69.51%32.16%-
XYZ4.726.767.89-
YUV64.27134.6299.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.66%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=13.66%
G=44.81%
B=41.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2582760.7000.070.68173.6853.2720.98
Hex19524C460744ae3515
Octal31122114106071042566525
Binary11001101001010011001000110011110001001010111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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