Html Css Color HEX #00493F Cyprus

📋 copy color: '#00493F'

red 0 ◦ green 73 ◦ blue 63

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

Shades of Cyprus #00493F

Tints of Cyprus #00493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 53.68%

 BLUE value IS 63 (25% from 255) = 46.32%

R = 0%
G = 53.68%
B = 46.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#00493F (or 0x00493F) is known color: Cyprus. HEX triplet: 00, 49 and 3F. RGB value is (0,73,63). Sum of RGB (Red+Green+Blue) = 0+73+63=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #00493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00493F is #FFB6C0. Grayscale: #323232. Windows color (decimal): -16758465 or 4147456. OLE color: 4147456.

HSL color Cylindrical-coordinate representation of color #00493F: hue angle of 171.78º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00493F is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 73 63 -
CMYK 1 0 0.14 0.71
HSL 171.78º 1% 0.14% -
HSV(B) 171.78º 1% 0.29% -
XYZ 3.28 5.12 5.52 -
YUV 50.03 135.32 92.31 -
System Red Green Blue C M Y K H S L
Decimal 0 73 63 1 0 0.14 0.71 171.78 1 0.14
Hex 0 49 3F 64 0 E 47 AC 64 E
Octal 0 111 77 144 0 16 107 254 144 16
Binary 0 1001001 111111 1100100 0 1110 1000111 10101100 1100100 1110

Color Harmonies of #00493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00493F

Black with #00493F

Text Example


Text Example

White with #00493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00493F;
 }
 .AnyTagClassName
 {
   color: #00493F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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