#19524B

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

Shades of Cyprus #19524B

Tints of Cyprus #19524B

Color information

#19524B (or 0x19524B) is unknown color: approx Cyprus. HEX triplet: 19, 52 and 4B. RGB value is (25,82,75). Sum of RGB (Red+Green+Blue) = 25+82+75=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #19524B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19524B is #E6ADB4. Grayscale: #404040. Windows color (decimal): -15117749 or 4936217. OLE color: 4936217.

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

Color convert

RGB258275-
CMYK0.7000.090.68
HSL172.63º53.27%20.98%-
HSV(B)172.63º69.51%32.16%-
XYZ4.696.757.71-
YUV64.16134.12100.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 75 (29.69% from 255) = 41.21%
R=13.74%
G=45.05%
B=41.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2582750.7000.090.68172.6353.2720.98
Hex19524B460944ad3515
Octal311221131060111042556525
Binary110011010010100101110001100100110001001010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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