#015542

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

Shades of Cyprus #015542

Tints of Cyprus #015542

Color information

#015542 (or 0x015542) is unknown color: approx Cyprus. HEX triplet: 01, 55 and 42. RGB value is (1,85,66). Sum of RGB (Red+Green+Blue) = 1+85+66=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #015542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015542 is #FEAABD. Grayscale: #393939. Windows color (decimal): -16689854 or 4347137. OLE color: 4347137.

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

Color convert

RGB18566-
CMYK0.9900.220.67
HSL166.43º97.67%16.86%-
HSV(B)166.43º98.82%33.33%-
XYZ4.246.96.26-
YUV57.72132.6787.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 66 (26.17% from 255) = 43.42%
R=0.66%
G=55.92%
B=43.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185660.9900.220.67166.4397.6716.86
Hex155426301643a66211
Octal112510214302610324614221
Binary1101010110000101100011010110100001110100110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015542; }

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

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

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

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

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

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

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

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