#49837A

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

Shades of Breaker Bay #49837A

Tints of Breaker Bay #49837A

Color information

#49837A (or 0x49837A) is unknown color: approx Breaker Bay. HEX triplet: 49, 83 and 7A. RGB value is (73,131,122). Sum of RGB (Red+Green+Blue) = 73+131+122=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #49837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49837A is #B67C85. Grayscale: #707070. Windows color (decimal): -11959430 or 8029001. OLE color: 8029001.

HSL color Cylindrical-coordinate representation of color #49837A: hue angle of 170.69º 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 #49837A is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB73131122-
CMYK0.4400.070.49
HSL170.69º28.43%40%-
HSV(B)170.69º44.27%51.37%-
XYZ14.3819.0521.33-
YUV112.63133.2899.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=22.39%
G=40.18%
B=37.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731311220.4400.070.49170.6928.4340
Hex49837A2C0731ab1c28
Octal1112031725407612533450
Binary100100110000011111101010110001111100011010101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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