#499B74

Color #499B74 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #499B74

Tints of Ocean Green #499B74

Color information

#499B74 (or 0x499B74) is unknown color: approx Ocean Green. HEX triplet: 49, 9B and 74. RGB value is (73,155,116). Sum of RGB (Red+Green+Blue) = 73+155+116=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #499B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B74 is #B6648B. Grayscale: #7E7E7E. Windows color (decimal): -11953292 or 7641929. OLE color: 7641929.

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

Color convert

RGB73155116-
CMYK0.5300.250.39
HSL151.46º35.96%44.71%-
HSV(B)151.46º52.9%60.78%-
XYZ17.6226.1220.64-
YUV126.04122.3390.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.22%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=21.22%
G=45.06%
B=33.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731551160.5300.250.39151.4635.9644.71
Hex499B74350192797242d
Octal11123316465031472274455
Binary100100110011011111010011010101100110011110010111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #499B74;
 }
 .AnyTagClassName
 {
   color: #499B74;
 }
</style>
background-color css

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

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

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

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

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

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