#49837B

Color #49837B Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #49837B

Tints of Breaker Bay #49837B

Color information

#49837B (or 0x49837B) is unknown color: approx Breaker Bay. HEX triplet: 49, 83 and 7B. RGB value is (73,131,123). Sum of RGB (Red+Green+Blue) = 73+131+123=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #49837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49837B is #B67C84. Grayscale: #707070. Windows color (decimal): -11959429 or 8094537. OLE color: 8094537.

HSL color Cylindrical-coordinate representation of color #49837B: hue angle of 171.72º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49837B is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB73131123-
CMYK0.4400.060.49
HSL171.72º28.43%40%-
HSV(B)171.72º44.27%51.37%-
XYZ14.4419.0821.66-
YUV112.75133.7899.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=22.32%
G=40.06%
B=37.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731311230.4400.060.49171.7228.4340
Hex49837B2C0631ac1c28
Octal1112031735406612543450
Binary100100110000011111101110110001101100011010110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49837B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,131,123); }

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

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

 a { background-color: rgb(73,131,123); }

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

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

 span { border-color: rgb(73,131,123); }

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