Html Css Color HEX #499A73 Ocean Green

📋 copy color: '#499A73'

red 73 ◦ green 154 ◦ blue 115

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

Shades of Ocean Green #499A73

Tints of Ocean Green #499A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.03%

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

R = 21.35%
G = 45.03%
B = 33.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#499A73 (or 0x499A73) is known color: Ocean Green. HEX triplet: 49, 9A and 73. RGB value is (73,154,115). Sum of RGB (Red+Green+Blue) = 73+154+115=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #499A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A73 is #B6658C. Grayscale: #7D7D7D. Windows color (decimal): -11953549 or 7576137. OLE color: 7576137.

HSL color Cylindrical-coordinate representation of color #499A73: hue angle of 151.11º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499A73 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 154 115 -
CMYK 0.53 0 0.25 0.40
HSL 151.11º 0.36% 0.45% -
HSV(B) 151.11º 0.53% 0.6% -
XYZ 17.4 25.77 20.28 -
YUV 125.34 122.16 90.67 -
System Red Green Blue C M Y K H S L
Decimal 73 154 115 0.53 0 0.25 0.40 151.11 0.36 0.45
Hex 49 9A 73 35 0 19 28 97 24 2D
Octal 111 232 163 65 0 31 50 227 44 55
Binary 1001001 10011010 1110011 110101 0 11001 101000 10010111 100100 101101

Color Harmonies of #499A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A73

Black with #499A73

Text Example


Text Example

White with #499A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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