#499671

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

Shades of Ocean Green #499671

Tints of Ocean Green #499671

Color information

#499671 (or 0x499671) is unknown color: approx Ocean Green. HEX triplet: 49, 96 and 71. RGB value is (73,150,113). Sum of RGB (Red+Green+Blue) = 73+150+113=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #499671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499671 is #B6698E. Grayscale: #7A7A7A. Windows color (decimal): -11954575 or 7444041. OLE color: 7444041.

HSL color Cylindrical-coordinate representation of color #499671: hue angle of 151.17º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499671 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB73150113-
CMYK0.5100.250.41
HSL151.17º34.53%43.73%-
HSV(B)151.17º51.33%58.82%-
XYZ16.6324.4219.46-
YUV122.76122.4992.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=21.73%
G=44.64%
B=33.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal731501130.5100.250.41151.1734.5343.73
Hex499671330192997232c
Octal11122616163031512274354
Binary100100110010110111000111001101100110100110010111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499671; }

 p { color: rgb(73,150,113); }

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

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

 a { background-color: rgb(73,150,113); }

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

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

 span { border-color: rgb(73,150,113); }

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