#015140

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

Shades of Cyprus #015140

Tints of Cyprus #015140

Color information

#015140 (or 0x015140) is unknown color: approx Cyprus. HEX triplet: 01, 51 and 40. RGB value is (1,81,64). Sum of RGB (Red+Green+Blue) = 1+81+64=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #015140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015140 is #FEAEBF. Grayscale: #373737. Windows color (decimal): -16690880 or 4215041. OLE color: 4215041.

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

Color convert

RGB18164-
CMYK0.9900.210.68
HSL167.25º97.56%16.08%-
HSV(B)167.25º98.77%31.76%-
XYZ3.886.265.85-
YUV55.1413389.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 81 (32.03% from 255) = 55.48%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=0.68%
G=55.48%
B=43.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal181640.9900.210.68167.2597.5616.08
Hex151406301544a76210
Octal112110014302510424714220
Binary1101000110000001100011010101100010010100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015140; }

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

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

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

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

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

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

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

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