Html Css Color HEX #499979 Ocean Green

📋 copy color: '#499979'

red 73 ◦ green 153 ◦ blue 121

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

Shades of Ocean Green #499979

Tints of Ocean Green #499979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 21.04%
G = 44.09%
B = 34.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#499979 (or 0x499979) is known color: Ocean Green. HEX triplet: 49, 99 and 79. RGB value is (73,153,121). Sum of RGB (Red+Green+Blue) = 73+153+121=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #499979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499979 is #B66686. Grayscale: #7D7D7D. Windows color (decimal): -11953799 or 7969097. OLE color: 7969097.

HSL color Cylindrical-coordinate representation of color #499979: hue angle of 156º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #499979 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 73 153 121 -
CMYK 0.52 0 0.21 0.4
HSL 156º 0.35% 0.44% -
HSV(B) 156º 0.52% 0.6% -
XYZ 17.59 25.58 22.1 -
YUV 125.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 73 153 121 0.52 0 0.21 0.4 156 0.35 0.44
Hex 49 99 79 34 0 15 28 9C 23 2C
Octal 111 231 171 64 0 25 50 234 43 54
Binary 1001001 10011001 1111001 110100 0 10101 101000 10011100 100011 101100

Color Harmonies of #499979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499979

Black with #499979

Text Example


Text Example

White with #499979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499979; }

 p { color: rgb(73,153,121); }

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

background-color css

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

 a { background-color: rgb(73,153,121); }

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

border-color css

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

 span { border-color: rgb(73,153,121); }

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