#00493D

Color #00493D Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #00493D

Tints of Cyprus #00493D

Color information

#00493D (or 0x00493D) is unknown color: approx Cyprus. HEX triplet: 00, 49 and 3D. RGB value is (0,73,61). Sum of RGB (Red+Green+Blue) = 0+73+61=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #00493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00493D is #FFB6C2. Grayscale: #313131. Windows color (decimal): -16758467 or 4016384. OLE color: 4016384.

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

Color convert

RGB07361-
CMYK100.160.71
HSL170.14º100%14.31%-
HSV(B)170.14º100%28.63%-
XYZ3.225.15.23-
YUV49.8134.3292.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 54.48%
BLUE value IS 61 (24.22% from 255) = 45.52%
R=0%
G=54.48%
B=45.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07361100.160.71170.1410014.31
Hex0493D6401047aa64e
Octal01117514402010725214416
Binary01001001111101110010001000010001111010101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00493D;
 }
 .AnyTagClassName
 {
   color: #00493D;
 }
</style>
background-color css

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

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

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

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

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

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