#49B06F

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

Shades of Ocean Green #49B06F

Tints of Ocean Green #49B06F

Color information

#49B06F (or 0x49B06F) is unknown color: approx Ocean Green. HEX triplet: 49, B0 and 6F. RGB value is (73,176,111). Sum of RGB (Red+Green+Blue) = 73+176+111=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #49B06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B06F is #B64F90. Grayscale: #898989. Windows color (decimal): -11947921 or 7319625. OLE color: 7319625.

HSL color Cylindrical-coordinate representation of color #49B06F: hue angle of 142.14º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B06F is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB73176111-
CMYK0.5900.370.31
HSL142.14º41.37%48.82%-
HSV(B)142.14º58.52%69.02%-
XYZ21.1433.6120.41-
YUV137.79112.8881.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 176 (69.14% from 255) = 48.89%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=20.28%
G=48.89%
B=30.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731761110.5900.370.31142.1441.3748.82
Hex49B06F3B0251F8e2931
Octal11126015773045372165161
Binary100100110110000110111111101101001011111110001110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,176,111); }

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

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

 a { background-color: rgb(73,176,111); }

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

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

 span { border-color: rgb(73,176,111); }

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