Html Css Color HEX #499B76 Ocean Green

📋 copy color: '#499B76'

red 73 ◦ green 155 ◦ blue 118

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

Shades of Ocean Green #499B76

Tints of Ocean Green #499B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 21.1%
G = 44.8%
B = 34.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#499B76 (or 0x499B76) is known color: Ocean Green. HEX triplet: 49, 9B and 76. RGB value is (73,155,118). Sum of RGB (Red+Green+Blue) = 73+155+118=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #499B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B76 is #B66489. Grayscale: #7E7E7E. Windows color (decimal): -11953290 or 7773001. OLE color: 7773001.

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

Color convert

RGB 73 155 118 -
CMYK 0.53 0 0.24 0.39
HSL 152.93º 0.36% 0.45% -
HSV(B) 152.93º 0.53% 0.61% -
XYZ 17.74 26.17 21.26 -
YUV 126.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 73 155 118 0.53 0 0.24 0.39 152.93 0.36 0.45
Hex 49 9B 76 35 0 18 27 99 24 2D
Octal 111 233 166 65 0 30 47 231 44 55
Binary 1001001 10011011 1110110 110101 0 11000 100111 10011001 100100 101101

Color Harmonies of #499B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B76

Black with #499B76

Text Example


Text Example

White with #499B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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