Html Css Color HEX #499E73 Ocean Green

📋 copy color: '#499E73'

red 73 ◦ green 158 ◦ blue 115

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

Shades of Ocean Green #499E73

Tints of Ocean Green #499E73

RGB

 RED value IS 73 (28.91% from 255) = 21.1%

 GREEN value IS 158 (62.11% from 255) = 45.66%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 21.1%
G = 45.66%
B = 33.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#499E73 (or 0x499E73) is known color: Ocean Green. HEX triplet: 49, 9E and 73. RGB value is (73,158,115). Sum of RGB (Red+Green+Blue) = 73+158+115=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #499E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499E73 is #B6618C. Grayscale: #7F7F7F. Windows color (decimal): -11952525 or 7577161. OLE color: 7577161.

HSL color Cylindrical-coordinate representation of color #499E73: hue angle of 149.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499E73 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 158 115 -
CMYK 0.54 0 0.27 0.38
HSL 149.65º 0.37% 0.45% -
HSV(B) 149.65º 0.54% 0.62% -
XYZ 18.07 27.11 20.5 -
YUV 127.68 120.84 89 -
System Red Green Blue C M Y K H S L
Decimal 73 158 115 0.54 0 0.27 0.38 149.65 0.37 0.45
Hex 49 9E 73 36 0 1B 26 96 25 2D
Octal 111 236 163 66 0 33 46 226 45 55
Binary 1001001 10011110 1110011 110110 0 11011 100110 10010110 100101 101101

Color Harmonies of #499E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499E73

Black with #499E73

Text Example


Text Example

White with #499E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499E73; }

 p { color: rgb(73,158,115); }

 H1.HeaderClassName
 {
   color: #499E73;
 }
 .AnyTagClassName
 {
   color: #499E73;
 }
</style>

background-color css

<style>
 a { background-color: #499E73; }

 a { background-color: rgb(73,158,115); }

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

border-color css

<style>
 span { border-color: #499E73; }

 span { border-color: rgb(73,158,115); }

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