#499B6B

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

Shades of Ocean Green #499B6B

Tints of Ocean Green #499B6B

Color information

#499B6B (or 0x499B6B) is unknown color: approx Ocean Green. HEX triplet: 49, 9B and 6B. RGB value is (73,155,107). Sum of RGB (Red+Green+Blue) = 73+155+107=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #499B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B6B is #B66494. Grayscale: #7D7D7D. Windows color (decimal): -11953301 or 7052105. OLE color: 7052105.

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

Color convert

RGB73155107-
CMYK0.5300.310.39
HSL144.88º35.96%44.71%-
HSV(B)144.88º52.9%60.78%-
XYZ17.1225.9218.01-
YUV125.01117.8390.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=21.79%
G=46.27%
B=31.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731551070.5300.310.39144.8835.9644.71
Hex499B6B3501F2791242d
Octal11123315365037472214455
Binary100100110011011110101111010101111110011110010001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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