#01503F

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

Shades of Cyprus #01503F

Tints of Cyprus #01503F

Color information

#01503F (or 0x01503F) is unknown color: approx Cyprus. HEX triplet: 01, 50 and 3F. RGB value is (1,80,63). Sum of RGB (Red+Green+Blue) = 1+80+63=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #01503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01503F is #FEAFC0. Grayscale: #363636. Windows color (decimal): -16691137 or 4149249. OLE color: 4149249.

HSL color Cylindrical-coordinate representation of color #01503F: hue angle of 167.09º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01503F is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB18063-
CMYK0.9900.210.69
HSL167.09º97.53%15.88%-
HSV(B)167.09º98.75%31.37%-
XYZ3.786.15.68-
YUV54.44132.8389.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 80 (31.64% from 255) = 55.56%
BLUE value IS 63 (25% from 255) = 43.75%
R=0.69%
G=55.56%
B=43.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal180630.9900.210.69167.0997.5315.88
Hex1503F6301545a76210
Octal11207714302510524714220
Binary110100001111111100011010101100010110100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01503F; }

 p { color: rgb(1,80,63); }

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

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

 a { background-color: rgb(1,80,63); }

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

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

 span { border-color: rgb(1,80,63); }

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