#00503F

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

Shades of Cyprus #00503F

Tints of Cyprus #00503F

Color information

#00503F (or 0x00503F) is unknown color: approx Cyprus. HEX triplet: 00, 50 and 3F. RGB value is (0,80,63). Sum of RGB (Red+Green+Blue) = 0+80+63=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #00503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00503F is #FFAFC0. Grayscale: #363636. Windows color (decimal): -16756673 or 4149248. OLE color: 4149248.

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

Color convert

RGB08063-
CMYK100.210.69
HSL167.25º100%15.69%-
HSV(B)167.25º100%31.37%-
XYZ3.776.15.68-
YUV54.1413389.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 55.94%
BLUE value IS 63 (25% from 255) = 44.06%
R=0%
G=55.94%
B=44.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal08063100.210.69167.2510015.69
Hex0503F6401545a76410
Octal01207714402510524714420
Binary010100001111111100100010101100010110100111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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