#49926B

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

Shades of Ocean Green #49926B

Tints of Ocean Green #49926B

Color information

#49926B (or 0x49926B) is unknown color: approx Ocean Green. HEX triplet: 49, 92 and 6B. RGB value is (73,146,107). Sum of RGB (Red+Green+Blue) = 73+146+107=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #49926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49926B is #B66D94. Grayscale: #777777. Windows color (decimal): -11955605 or 7049801. OLE color: 7049801.

HSL color Cylindrical-coordinate representation of color #49926B: hue angle of 147.95º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49926B is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB73146107-
CMYK0.500.270.43
HSL147.95º33.33%42.94%-
HSV(B)147.95º50%57.25%-
XYZ15.6823.0417.53-
YUV119.73120.8294.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 146 (57.42% from 255) = 44.79%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=22.39%
G=44.79%
B=32.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461070.500.270.43147.9533.3342.94
Hex49926B3201B2B94212b
Octal11122215362033532244153
Binary100100110010010110101111001001101110101110010100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49926B; }

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

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

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

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

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

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

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

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