Html Css Color HEX #00513F Cyprus

📋 copy color: '#00513F'

red 0 ◦ green 81 ◦ blue 63

#00513F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #00513F

Tints of Cyprus #00513F

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 value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#00513F (or 0x00513F) is known color: 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

RGB 0 81 63 -
CMYK 1 0 0.22 0.68
HSL 166.67º 1% 0.16% -
HSV(B) 166.67º 1% 0.32% -
XYZ 3.84 6.24 5.71 -
YUV 54.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 0 81 63 1 0 0.22 0.68 166.67 1 0.16
Hex 0 51 3F 64 0 16 44 A7 64 10
Octal 0 121 77 144 0 26 104 247 144 20
Binary 0 1010001 111111 1100100 0 10110 1000100 10100111 1100100 10000

Color Harmonies of #00513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00513F

Black with #00513F

Text Example


Text Example

White with #00513F

Text Example


Text Example

HTML Codes & Css Web 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>