Html Css Color HEX #48895F Como

📋 copy color: '#48895F'

red 72 ◦ green 137 ◦ blue 95

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

Shades of Como #48895F

Tints of Como #48895F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 23.68%
G = 45.07%
B = 31.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#48895F (or 0x48895F) is known color: Como. HEX triplet: 48, 89 and 5F. RGB value is (72,137,95). Sum of RGB (Red+Green+Blue) = 72+137+95=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #48895F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48895F is #B776A0. Grayscale: #707070. Windows color (decimal): -12023457 or 6261064. OLE color: 6261064.

HSL color Cylindrical-coordinate representation of color #48895F: hue angle of 141.23º 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 #48895F is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 95 -
CMYK 0.47 0 0.31 0.46
HSL 141.23º 0.31% 0.41% -
HSV(B) 141.23º 0.47% 0.54% -
XYZ 13.68 20.1 13.98 -
YUV 112.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 72 137 95 0.47 0 0.31 0.46 141.23 0.31 0.41
Hex 48 89 5F 2F 0 1F 2E 8D 1F 29
Octal 110 211 137 57 0 37 56 215 37 51
Binary 1001000 10001001 1011111 101111 0 11111 101110 10001101 11111 101001

Color Harmonies of #48895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48895F

Black with #48895F

Text Example


Text Example

White with #48895F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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