#48837D

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

Shades of Breaker Bay #48837D

Tints of Breaker Bay #48837D

Color information

#48837D (or 0x48837D) is unknown color: approx Breaker Bay. HEX triplet: 48, 83 and 7D. RGB value is (72,131,125). Sum of RGB (Red+Green+Blue) = 72+131+125=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 131 - color contains mainly: green. Hex color #48837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48837D is #B77C82. Grayscale: #707070. Windows color (decimal): -12024963 or 8225608. OLE color: 8225608.

HSL color Cylindrical-coordinate representation of color #48837D: hue angle of 173.9º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48837D is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB72131125-
CMYK0.4500.050.49
HSL173.9º29.06%39.8%-
HSV(B)173.9º45.04%51.37%-
XYZ14.4919.0922.32-
YUV112.67134.9598.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=21.95%
G=39.94%
B=38.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721311250.4500.050.49173.929.0639.8
Hex48837D2D0531ae1d28
Octal1102031755505612563550
Binary100100010000011111110110110101011100011010111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48837D; }

 p { color: rgb(72,131,125); }

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

<style>
 a { background-color: #48837D; }

 a { background-color: rgb(72,131,125); }

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

<style>
 span { border-color: #48837D; }

 span { border-color: rgb(72,131,125); }

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