#499C7A

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

Shades of Ocean Green #499C7A

Tints of Ocean Green #499C7A

Color information

#499C7A (or 0x499C7A) is unknown color: approx Ocean Green. HEX triplet: 49, 9C and 7A. RGB value is (73,156,122). Sum of RGB (Red+Green+Blue) = 73+156+122=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #499C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499C7A is #B66385. Grayscale: #7F7F7F. Windows color (decimal): -11953030 or 8035401. OLE color: 8035401.

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

Color convert

RGB73156122-
CMYK0.5300.220.39
HSL155.42º36.24%44.9%-
HSV(B)155.42º53.21%61.18%-
XYZ18.1526.622.59-
YUV127.3112589.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.80%
GREEN value IS 156 (61.33% from 255) = 44.44%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=20.80%
G=44.44%
B=34.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731561220.5300.220.39155.4236.2444.9
Hex499C7A35016279b242d
Octal11123417265026472334455
Binary100100110011100111101011010101011010011110011011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,156,122); }

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

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

 a { background-color: rgb(73,156,122); }

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

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

 span { border-color: rgb(73,156,122); }

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