Html Css Color HEX #499A7A Ocean Green

📋 copy color: '#499A7A'

red 73 ◦ green 154 ◦ blue 122

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

Shades of Ocean Green #499A7A

Tints of Ocean Green #499A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 20.92%
G = 44.13%
B = 34.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#499A7A (or 0x499A7A) is known color: Ocean Green. HEX triplet: 49, 9A and 7A. RGB value is (73,154,122). Sum of RGB (Red+Green+Blue) = 73+154+122=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 154 - color contains mainly: green. Hex color #499A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A7A is #B66585. Grayscale: #7E7E7E. Windows color (decimal): -11953542 or 8034889. OLE color: 8034889.

HSL color Cylindrical-coordinate representation of color #499A7A: hue angle of 156.3º 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 #499A7A is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 154 122 -
CMYK 0.53 0 0.21 0.40
HSL 156.3º 0.36% 0.45% -
HSV(B) 156.3º 0.53% 0.6% -
XYZ 17.82 25.93 22.48 -
YUV 126.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 73 154 122 0.53 0 0.21 0.40 156.3 0.36 0.45
Hex 49 9A 7A 35 0 15 28 9C 24 2D
Octal 111 232 172 65 0 25 50 234 44 55
Binary 1001001 10011010 1111010 110101 0 10101 101000 10011100 100100 101101

Color Harmonies of #499A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A7A

Black with #499A7A

Text Example


Text Example

White with #499A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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