Html Css Color HEX #00493E Cyprus

📋 copy color: '#00493E'

red 0 ◦ green 73 ◦ blue 62

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

Shades of Cyprus #00493E

Tints of Cyprus #00493E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 45.93%

R = 0%
G = 54.07%
B = 45.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#00493E (or 0x00493E) is known color: Cyprus. HEX triplet: 00, 49 and 3E. RGB value is (0,73,62). Sum of RGB (Red+Green+Blue) = 0+73+62=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #00493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00493E is #FFB6C1. Grayscale: #313131. Windows color (decimal): -16758466 or 4081920. OLE color: 4081920.

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

Color convert

RGB 0 73 62 -
CMYK 1 0 0.15 0.71
HSL 170.96º 1% 0.14% -
HSV(B) 170.96º 1% 0.29% -
XYZ 3.25 5.11 5.37 -
YUV 49.92 134.82 92.39 -
System Red Green Blue C M Y K H S L
Decimal 0 73 62 1 0 0.15 0.71 170.96 1 0.14
Hex 0 49 3E 64 0 F 47 AB 64 E
Octal 0 111 76 144 0 17 107 253 144 16
Binary 0 1001001 111110 1100100 0 1111 1000111 10101011 1100100 1110

Color Harmonies of #00493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00493E

Black with #00493E

Text Example


Text Example

White with #00493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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