Html Css Color HEX #00493A Cyprus

📋 copy color: '#00493A'

red 0 ◦ green 73 ◦ blue 58

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

Shades of Cyprus #00493A

Tints of Cyprus #00493A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 44.27%

R = 0%
G = 55.73%
B = 44.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#00493A (or 0x00493A) is known color: Cyprus. HEX triplet: 00, 49 and 3A. RGB value is (0,73,58). Sum of RGB (Red+Green+Blue) = 0+73+58=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #00493A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00493A is #FFB6C5. Grayscale: #313131. Windows color (decimal): -16758470 or 3819776. OLE color: 3819776.

HSL color Cylindrical-coordinate representation of color #00493A: hue angle of 167.67º 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 #00493A is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 73 58 -
CMYK 1 0 0.21 0.71
HSL 167.67º 1% 0.14% -
HSV(B) 167.67º 1% 0.29% -
XYZ 3.15 5.07 4.82 -
YUV 49.46 132.82 92.72 -
System Red Green Blue C M Y K H S L
Decimal 0 73 58 1 0 0.21 0.71 167.67 1 0.14
Hex 0 49 3A 64 0 15 47 A8 64 E
Octal 0 111 72 144 0 25 107 250 144 16
Binary 0 1001001 111010 1100100 0 10101 1000111 10101000 1100100 1110

Color Harmonies of #00493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00493A

Black with #00493A

Text Example


Text Example

White with #00493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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