#499B6A

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

Shades of Ocean Green #499B6A

Tints of Ocean Green #499B6A

Color information

#499B6A (or 0x499B6A) is unknown color: approx Ocean Green. HEX triplet: 49, 9B and 6A. RGB value is (73,155,106). Sum of RGB (Red+Green+Blue) = 73+155+106=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #499B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B6A is #B66495. Grayscale: #7D7D7D. Windows color (decimal): -11953302 or 6986569. OLE color: 6986569.

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

Color convert

RGB73155106-
CMYK0.5300.320.39
HSL144.15º35.96%44.71%-
HSV(B)144.15º52.9%60.78%-
XYZ17.0725.917.74-
YUV124.9117.3390.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 155 (60.94% from 255) = 46.41%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=21.86%
G=46.41%
B=31.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731551060.5300.320.39144.1535.9644.71
Hex499B6A350202790242d
Octal11123315265040472204455
Binary1001001100110111101010110101010000010011110010000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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