Html Css Color HEX #499A76 Ocean Green

📋 copy color: '#499A76'

red 73 ◦ green 154 ◦ blue 118

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

Shades of Ocean Green #499A76

Tints of Ocean Green #499A76

RGB

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

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

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

R = 21.16%
G = 44.64%
B = 34.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#499A76 (or 0x499A76) is known color: Ocean Green. HEX triplet: 49, 9A and 76. RGB value is (73,154,118). Sum of RGB (Red+Green+Blue) = 73+154+118=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #499A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A76 is #B66589. Grayscale: #7D7D7D. Windows color (decimal): -11953546 or 7772745. OLE color: 7772745.

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

Color convert

RGB 73 154 118 -
CMYK 0.53 0 0.23 0.40
HSL 153.33º 0.36% 0.45% -
HSV(B) 153.33º 0.53% 0.6% -
XYZ 17.57 25.84 21.2 -
YUV 125.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 73 154 118 0.53 0 0.23 0.40 153.33 0.36 0.45
Hex 49 9A 76 35 0 17 28 99 24 2D
Octal 111 232 166 65 0 27 50 231 44 55
Binary 1001001 10011010 1110110 110101 0 10111 101000 10011001 100100 101101

Color Harmonies of #499A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499A76

Black with #499A76

Text Example


Text Example

White with #499A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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