#015645

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

Shades of Cyprus #015645

Tints of Cyprus #015645

Color information

#015645 (or 0x015645) is unknown color: approx Cyprus. HEX triplet: 01, 56 and 45. RGB value is (1,86,69). Sum of RGB (Red+Green+Blue) = 1+86+69=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #015645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015645 is #FEA9BA. Grayscale: #3A3A3A. Windows color (decimal): -16689595 or 4544001. OLE color: 4544001.

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

Color convert

RGB18669-
CMYK0.9900.200.66
HSL168º97.7%17.06%-
HSV(B)168º98.84%33.73%-
XYZ4.417.096.77-
YUV58.65133.8486.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 86 (33.98% from 255) = 55.13%
BLUE value IS 69 (27.34% from 255) = 44.23%
R=0.64%
G=55.13%
B=44.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186690.9900.200.6616897.717.06
Hex156456301442a86211
Octal112610514302410225014221
Binary1101011010001011100011010100100001010101000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015645; }

 p { color: rgb(1,86,69); }

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

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

 a { background-color: rgb(1,86,69); }

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

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

 span { border-color: rgb(1,86,69); }

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