#19524A

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

Shades of Cyprus #19524A

Tints of Cyprus #19524A

Color information

#19524A (or 0x19524A) is unknown color: approx Cyprus. HEX triplet: 19, 52 and 4A. RGB value is (25,82,74). Sum of RGB (Red+Green+Blue) = 25+82+74=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #19524A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19524A is #E6ADB5. Grayscale: #404040. Windows color (decimal): -15117750 or 4870681. OLE color: 4870681.

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

Color convert

RGB258274-
CMYK0.7000.100.68
HSL171.58º53.27%20.98%-
HSV(B)171.58º69.51%32.16%-
XYZ4.656.747.53-
YUV64.04133.62100.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=13.81%
G=45.30%
B=40.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2582740.7000.100.68171.5853.2720.98
Hex19524A460A44ac3515
Octal311221121060121042546525
Binary110011010010100101010001100101010001001010110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19524A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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