#015544

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

Shades of Cyprus #015544

Tints of Cyprus #015544

Color information

#015544 (or 0x015544) is unknown color: approx Cyprus. HEX triplet: 01, 55 and 44. RGB value is (1,85,68). Sum of RGB (Red+Green+Blue) = 1+85+68=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #015544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015544 is #FEAABB. Grayscale: #393939. Windows color (decimal): -16689852 or 4478209. OLE color: 4478209.

HSL color Cylindrical-coordinate representation of color #015544: hue angle of 167.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015544 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB18568-
CMYK0.9900.200.67
HSL167.86º97.67%16.86%-
HSV(B)167.86º98.82%33.33%-
XYZ4.36.926.58-
YUV57.95133.6787.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 85 (33.59% from 255) = 55.19%
BLUE value IS 68 (26.95% from 255) = 44.16%
R=0.65%
G=55.19%
B=44.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185680.9900.200.67167.8697.6716.86
Hex155446301443a86211
Octal112510414302410325014221
Binary1101010110001001100011010100100001110101000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015544; }

 p { color: rgb(1,85,68); }

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

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

 a { background-color: rgb(1,85,68); }

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

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

 span { border-color: rgb(1,85,68); }

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