Html Css Color HEX #48837B Breaker Bay

📋 copy color: '#48837B'

red 72 ◦ green 131 ◦ blue 123

#48837B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #48837B

Tints of Breaker Bay #48837B

RGB

 RED value IS 72 (28.52% from 255) = 22.09%

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 123 (48.44% from 255) = 37.73%

R = 22.09%
G = 40.18%
B = 37.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#48837B (or 0x48837B) is known color: Breaker Bay. HEX triplet: 48, 83 and 7B. RGB value is (72,131,123). Sum of RGB (Red+Green+Blue) = 72+131+123=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #48837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48837B is #B77C84. Grayscale: #707070. Windows color (decimal): -12024965 or 8094536. OLE color: 8094536.

HSL color Cylindrical-coordinate representation of color #48837B: hue angle of 171.86º 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 #48837B is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 131 123 -
CMYK 0.45 0 0.06 0.49
HSL 171.86º 0.29% 0.4% -
HSV(B) 171.86º 0.45% 0.51% -
XYZ 14.36 19.04 21.66 -
YUV 112.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 72 131 123 0.45 0 0.06 0.49 171.86 0.29 0.4
Hex 48 83 7B 2D 0 6 31 AC 1D 28
Octal 110 203 173 55 0 6 61 254 35 50
Binary 1001000 10000011 1111011 101101 0 110 110001 10101100 11101 101000

Color Harmonies of #48837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48837B

Black with #48837B

Text Example


Text Example

White with #48837B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48837B;
 }
 .AnyTagClassName
 {
   color: #48837B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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