Html Css Color HEX #499B77 Ocean Green

📋 copy color: '#499B77'

red 73 ◦ green 155 ◦ blue 119

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

Shades of Ocean Green #499B77

Tints of Ocean Green #499B77

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.67%

 BLUE value IS 119 (46.88% from 255) = 34.29%

R = 21.04%
G = 44.67%
B = 34.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#499B77 (or 0x499B77) is known color: Ocean Green. HEX triplet: 49, 9B and 77. RGB value is (73,155,119). Sum of RGB (Red+Green+Blue) = 73+155+119=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #499B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B77 is #B66488. Grayscale: #7E7E7E. Windows color (decimal): -11953289 or 7838537. OLE color: 7838537.

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

Color convert

RGB 73 155 119 -
CMYK 0.53 0 0.23 0.39
HSL 153.66º 0.36% 0.45% -
HSV(B) 153.66º 0.53% 0.61% -
XYZ 17.8 26.19 21.57 -
YUV 126.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 73 155 119 0.53 0 0.23 0.39 153.66 0.36 0.45
Hex 49 9B 77 35 0 17 27 9A 24 2D
Octal 111 233 167 65 0 27 47 232 44 55
Binary 1001001 10011011 1110111 110101 0 10111 100111 10011010 100100 101101

Color Harmonies of #499B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B77

Black with #499B77

Text Example


Text Example

White with #499B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,155,119); }

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

background-color css

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

 a { background-color: rgb(73,155,119); }

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

border-color css

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

 span { border-color: rgb(73,155,119); }

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