#19504B

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

Shades of Cyprus #19504B

Tints of Cyprus #19504B

Color information

#19504B (or 0x19504B) is unknown color: approx Cyprus. HEX triplet: 19, 50 and 4B. RGB value is (25,80,75). Sum of RGB (Red+Green+Blue) = 25+80+75=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #19504B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19504B is #E6AFB4. Grayscale: #3E3E3E. Windows color (decimal): -15118261 or 4935705. OLE color: 4935705.

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

Color convert

RGB258075-
CMYK0.6900.060.69
HSL174.55º52.38%20.59%-
HSV(B)174.55º68.75%31.37%-
XYZ4.546.457.66-
YUV62.98134.78100.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=13.89%
G=44.44%
B=41.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2580750.6900.060.69174.5552.3820.59
Hex19504B450645af3415
Octal31120113105061052576425
Binary11001101000010010111000101011010001011010111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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