#015240

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

Shades of Cyprus #015240

Tints of Cyprus #015240

Color information

#015240 (or 0x015240) is unknown color: approx Cyprus. HEX triplet: 01, 52 and 40. RGB value is (1,82,64). Sum of RGB (Red+Green+Blue) = 1+82+64=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #015240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015240 is #FEADBF. Grayscale: #373737. Windows color (decimal): -16690624 or 4215297. OLE color: 4215297.

HSL color Cylindrical-coordinate representation of color #015240: hue angle of 166.67º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015240 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB18264-
CMYK0.9900.220.68
HSL166.67º97.59%16.27%-
HSV(B)166.67º98.78%32.16%-
XYZ3.966.415.88-
YUV55.73132.6688.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 82 (32.42% from 255) = 55.78%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=0.68%
G=55.78%
B=43.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal182640.9900.220.68166.6797.5916.27
Hex152406301644a76210
Octal112210014302610424714220
Binary1101001010000001100011010110100010010100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015240; }

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

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

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

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

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

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

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

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