Html Css Color HEX #48895B Como

📋 copy color: '#48895B'

red 72 ◦ green 137 ◦ blue 91

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

Shades of Como #48895B

Tints of Como #48895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.67%

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 24%
G = 45.67%
B = 30.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#48895B (or 0x48895B) is known color: Como. HEX triplet: 48, 89 and 5B. RGB value is (72,137,91). Sum of RGB (Red+Green+Blue) = 72+137+91=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #48895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48895B is #B776A4. Grayscale: #707070. Windows color (decimal): -12023461 or 5998920. OLE color: 5998920.

HSL color Cylindrical-coordinate representation of color #48895B: hue angle of 137.54º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48895B is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 91 -
CMYK 0.47 0 0.34 0.46
HSL 137.54º 0.31% 0.41% -
HSV(B) 137.54º 0.47% 0.54% -
XYZ 13.51 20.02 13.05 -
YUV 112.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 72 137 91 0.47 0 0.34 0.46 137.54 0.31 0.41
Hex 48 89 5B 2F 0 22 2E 8A 1F 29
Octal 110 211 133 57 0 42 56 212 37 51
Binary 1001000 10001001 1011011 101111 0 100010 101110 10001010 11111 101001

Color Harmonies of #48895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48895B

Black with #48895B

Text Example


Text Example

White with #48895B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,137,91); }

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

background-color css

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

 a { background-color: rgb(72,137,91); }

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

border-color css

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

 span { border-color: rgb(72,137,91); }

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