#015540

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

Shades of Cyprus #015540

Tints of Cyprus #015540

Color information

#015540 (or 0x015540) is unknown color: approx Cyprus. HEX triplet: 01, 55 and 40. RGB value is (1,85,64). Sum of RGB (Red+Green+Blue) = 1+85+64=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #015540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015540 is #FEAABF. Grayscale: #393939. Windows color (decimal): -16689856 or 4216065. OLE color: 4216065.

HSL color Cylindrical-coordinate representation of color #015540: hue angle of 165º 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 #015540 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB18564-
CMYK0.9900.250.67
HSL165º97.67%16.86%-
HSV(B)165º98.82%33.33%-
XYZ4.196.875.96-
YUV57.49131.6787.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 85 (33.59% from 255) = 56.67%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=0.67%
G=56.67%
B=42.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185640.9900.250.6716597.6716.86
Hex155406301943a56211
Octal112510014303110324514221
Binary1101010110000001100011011001100001110100101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015540; }

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

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

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

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

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

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

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

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