Html Css Color HEX #00513D Cyprus

📋 copy color: '#00513D'

red 0 ◦ green 81 ◦ blue 61

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

Shades of Cyprus #00513D

Tints of Cyprus #00513D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 81 (32.03% from 255) = 57.04%

 BLUE value IS 61 (24.22% from 255) = 42.96%

R = 0%
G = 57.04%
B = 42.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#00513D (or 0x00513D) is known color: Cyprus. HEX triplet: 00, 51 and 3D. RGB value is (0,81,61). Sum of RGB (Red+Green+Blue) = 0+81+61=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #00513D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00513D is #FFAEC2. Grayscale: #363636. Windows color (decimal): -16756419 or 4018432. OLE color: 4018432.

HSL color Cylindrical-coordinate representation of color #00513D: hue angle of 165.19º 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 #00513D is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 81 61 -
CMYK 1 0 0.25 0.68
HSL 165.19º 1% 0.16% -
HSV(B) 165.19º 1% 0.32% -
XYZ 3.78 6.22 5.42 -
YUV 54.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 0 81 61 1 0 0.25 0.68 165.19 1 0.16
Hex 0 51 3D 64 0 19 44 A5 64 10
Octal 0 121 75 144 0 31 104 245 144 20
Binary 0 1010001 111101 1100100 0 11001 1000100 10100101 1100100 10000

Color Harmonies of #00513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00513D

Black with #00513D

Text Example


Text Example

White with #00513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00513D;
 }
 .AnyTagClassName
 {
   color: #00513D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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