#49B06B

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

Shades of Ocean Green #49B06B

Tints of Ocean Green #49B06B

Color information

#49B06B (or 0x49B06B) is unknown color: approx Ocean Green. HEX triplet: 49, B0 and 6B. RGB value is (73,176,107). Sum of RGB (Red+Green+Blue) = 73+176+107=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #49B06B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B06B is #B64F94. Grayscale: #898989. Windows color (decimal): -11947925 or 7057481. OLE color: 7057481.

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

Color convert

RGB73176107-
CMYK0.5900.390.31
HSL139.81º41.37%48.82%-
HSV(B)139.81º58.52%69.02%-
XYZ20.9333.5319.28-
YUV137.34110.8882.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.51%
GREEN value IS 176 (69.14% from 255) = 49.44%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=20.51%
G=49.44%
B=30.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731761070.5900.390.31139.8141.3748.82
Hex49B06B3B0271F8c2931
Octal11126015373047372145161
Binary100100110110000110101111101101001111111110001100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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