Html Css Color HEX #499B73 Ocean Green

📋 copy color: '#499B73'

red 73 ◦ green 155 ◦ blue 115

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

Shades of Ocean Green #499B73

Tints of Ocean Green #499B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 21.28%
G = 45.19%
B = 33.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#499B73 (or 0x499B73) is known color: Ocean Green. HEX triplet: 49, 9B and 73. RGB value is (73,155,115). Sum of RGB (Red+Green+Blue) = 73+155+115=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #499B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B73 is #B6648C. Grayscale: #7E7E7E. Windows color (decimal): -11953293 or 7576393. OLE color: 7576393.

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

Color convert

RGB 73 155 115 -
CMYK 0.53 0 0.26 0.39
HSL 150.73º 0.36% 0.45% -
HSV(B) 150.73º 0.53% 0.61% -
XYZ 17.56 26.1 20.33 -
YUV 125.92 121.83 90.25 -
System Red Green Blue C M Y K H S L
Decimal 73 155 115 0.53 0 0.26 0.39 150.73 0.36 0.45
Hex 49 9B 73 35 0 1A 27 97 24 2D
Octal 111 233 163 65 0 32 47 227 44 55
Binary 1001001 10011011 1110011 110101 0 11010 100111 10010111 100100 101101

Color Harmonies of #499B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499B73

Black with #499B73

Text Example


Text Example

White with #499B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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