Html Css Color HEX #48837A Breaker Bay

📋 copy color: '#48837A'

red 72 ◦ green 131 ◦ blue 122

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

Shades of Breaker Bay #48837A

Tints of Breaker Bay #48837A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 22.15%
G = 40.31%
B = 37.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#48837A (or 0x48837A) is known color: Breaker Bay. HEX triplet: 48, 83 and 7A. RGB value is (72,131,122). Sum of RGB (Red+Green+Blue) = 72+131+122=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #48837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48837A is #B77C85. Grayscale: #707070. Windows color (decimal): -12024966 or 8029000. OLE color: 8029000.

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

Color convert

RGB 72 131 122 -
CMYK 0.45 0 0.07 0.49
HSL 170.85º 0.29% 0.4% -
HSV(B) 170.85º 0.45% 0.51% -
XYZ 14.3 19.02 21.33 -
YUV 112.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 72 131 122 0.45 0 0.07 0.49 170.85 0.29 0.4
Hex 48 83 7A 2D 0 7 31 AB 1D 28
Octal 110 203 172 55 0 7 61 253 35 50
Binary 1001000 10000011 1111010 101101 0 111 110001 10101011 11101 101000

Color Harmonies of #48837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48837A

Black with #48837A

Text Example


Text Example

White with #48837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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