Html Css Color HEX #499676 Ocean Green

📋 copy color: '#499676'

red 73 ◦ green 150 ◦ blue 118

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

Shades of Ocean Green #499676

Tints of Ocean Green #499676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.99%

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

R = 21.41%
G = 43.99%
B = 34.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#499676 (or 0x499676) is known color: Ocean Green. HEX triplet: 49, 96 and 76. RGB value is (73,150,118). Sum of RGB (Red+Green+Blue) = 73+150+118=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #499676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499676 is #B66989. Grayscale: #7B7B7B. Windows color (decimal): -11954570 or 7771721. OLE color: 7771721.

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

Color convert

RGB 73 150 118 -
CMYK 0.51 0 0.21 0.41
HSL 155.06º 0.35% 0.44% -
HSV(B) 155.06º 0.51% 0.59% -
XYZ 16.92 24.54 20.98 -
YUV 123.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 73 150 118 0.51 0 0.21 0.41 155.06 0.35 0.44
Hex 49 96 76 33 0 15 29 9B 23 2C
Octal 111 226 166 63 0 25 51 233 43 54
Binary 1001001 10010110 1110110 110011 0 10101 101001 10011011 100011 101100

Color Harmonies of #499676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499676

Black with #499676

Text Example


Text Example

White with #499676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499676; }

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

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

background-color css

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

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

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

border-color css

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

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

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