#49B278

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

Shades of Ocean Green #49B278

Tints of Ocean Green #49B278

Color information

#49B278 (or 0x49B278) is unknown color: approx Ocean Green. HEX triplet: 49, B2 and 78. RGB value is (73,178,120). Sum of RGB (Red+Green+Blue) = 73+178+120=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #49B278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B278 is #B64D87. Grayscale: #8C8C8C. Windows color (decimal): -11947400 or 7909961. OLE color: 7909961.

HSL color Cylindrical-coordinate representation of color #49B278: hue angle of 146.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B278 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB73178120-
CMYK0.5900.330.30
HSL146.86º41.83%49.22%-
HSV(B)146.86º58.99%69.8%-
XYZ22.0634.6123.29-
YUV139.99116.7180.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=19.68%
G=47.98%
B=32.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731781200.5900.330.30146.8641.8349.22
Hex49B2783B0211E932a31
Octal11126217073041362235261
Binary100100110110010111100011101101000011111010010011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49B278; }

 p { color: rgb(73,178,120); }

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

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

 a { background-color: rgb(73,178,120); }

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

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

 span { border-color: rgb(73,178,120); }

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