#00513F

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

Shades of Cyprus #00513F

Tints of Cyprus #00513F

Color information

#00513F (or 0x00513F) is unknown color: approx Cyprus. HEX triplet: 00, 51 and 3F. RGB value is (0,81,63). Sum of RGB (Red+Green+Blue) = 0+81+63=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #00513F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00513F is #FFAEC0. Grayscale: #363636. Windows color (decimal): -16756417 or 4149504. OLE color: 4149504.

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

Color convert

RGB08163-
CMYK100.220.68
HSL166.67º100%15.88%-
HSV(B)166.67º100%31.76%-
XYZ3.846.245.71-
YUV54.73132.6688.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 63 (25% from 255) = 43.75%
R=0%
G=56.25%
B=43.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08163100.220.68166.6710015.88
Hex0513F6401644a76410
Octal01217714402610424714420
Binary010100011111111100100010110100010010100111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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