#49B27A

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

Shades of Ocean Green #49B27A

Tints of Ocean Green #49B27A

Color information

#49B27A (or 0x49B27A) is unknown color: approx Ocean Green. HEX triplet: 49, B2 and 7A. RGB value is (73,178,122). Sum of RGB (Red+Green+Blue) = 73+178+122=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #49B27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B27A is #B64D85. Grayscale: #8C8C8C. Windows color (decimal): -11947398 or 8041033. OLE color: 8041033.

HSL color Cylindrical-coordinate representation of color #49B27A: hue angle of 148º 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 #49B27A is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB73178122-
CMYK0.5900.310.30
HSL148º41.83%49.22%-
HSV(B)148º58.99%69.8%-
XYZ22.1834.6623.93-
YUV140.22117.7180.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 178 (69.92% from 255) = 47.72%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=19.57%
G=47.72%
B=32.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731781220.5900.310.3014841.8349.22
Hex49B27A3B01F1E942a31
Octal11126217273037362245261
Binary10010011011001011110101110110111111111010010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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