Html Css Color HEX #00493B Cyprus

📋 copy color: '#00493B'

red 0 ◦ green 73 ◦ blue 59

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

Shades of Cyprus #00493B

Tints of Cyprus #00493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 44.7%

R = 0%
G = 55.3%
B = 44.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#00493B (or 0x00493B) is known color: Cyprus. HEX triplet: 00, 49 and 3B. RGB value is (0,73,59). Sum of RGB (Red+Green+Blue) = 0+73+59=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #00493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00493B is #FFB6C4. Grayscale: #313131. Windows color (decimal): -16758469 or 3885312. OLE color: 3885312.

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

Color convert

RGB 0 73 59 -
CMYK 1 0 0.19 0.71
HSL 168.49º 1% 0.14% -
HSV(B) 168.49º 1% 0.29% -
XYZ 3.17 5.08 4.95 -
YUV 49.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 0 73 59 1 0 0.19 0.71 168.49 1 0.14
Hex 0 49 3B 64 0 13 47 A8 64 E
Octal 0 111 73 144 0 23 107 250 144 16
Binary 0 1001001 111011 1100100 0 10011 1000111 10101000 1100100 1110

Color Harmonies of #00493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00493B

Black with #00493B

Text Example


Text Example

White with #00493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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