#195149

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

Shades of Cyprus #195149

Tints of Cyprus #195149

Color information

#195149 (or 0x195149) is unknown color: approx Cyprus. HEX triplet: 19, 51 and 49. RGB value is (25,81,73). Sum of RGB (Red+Green+Blue) = 25+81+73=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #195149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195149 is #E6AEB6. Grayscale: #3F3F3F. Windows color (decimal): -15118007 or 4804889. OLE color: 4804889.

HSL color Cylindrical-coordinate representation of color #195149: hue angle of 171.43º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195149 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB258173-
CMYK0.6900.100.68
HSL171.43º52.83%20.78%-
HSV(B)171.43º69.14%31.76%-
XYZ4.556.577.33-
YUV63.34133.45100.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 81 (32.03% from 255) = 45.25%
BLUE value IS 73 (28.91% from 255) = 40.78%
R=13.97%
G=45.25%
B=40.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2581730.6900.100.68171.4352.8320.78
Hex195149450A44ab3515
Octal311211111050121042536525
Binary110011010001100100110001010101010001001010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195149; }

 p { color: rgb(25,81,73); }

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

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

 a { background-color: rgb(25,81,73); }

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

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

 span { border-color: rgb(25,81,73); }

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