Html Css Color HEX #48755B Como

📋 copy color: '#48755B'

red 72 ◦ green 117 ◦ blue 91

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

Shades of Como #48755B

Tints of Como #48755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

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

R = 25.71%
G = 41.79%
B = 32.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#48755B (or 0x48755B) is known color: Como. HEX triplet: 48, 75 and 5B. RGB value is (72,117,91). Sum of RGB (Red+Green+Blue) = 72+117+91=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #48755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48755B is #B78AA4. Grayscale: #646464. Windows color (decimal): -12028581 or 5993800. OLE color: 5993800.

HSL color Cylindrical-coordinate representation of color #48755B: hue angle of 145.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48755B is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 91 -
CMYK 0.38 0 0.22 0.54
HSL 145.33º 0.24% 0.37% -
HSV(B) 145.33º 0.38% 0.46% -
XYZ 10.92 14.86 12.19 -
YUV 100.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 72 117 91 0.38 0 0.22 0.54 145.33 0.24 0.37
Hex 48 75 5B 26 0 16 36 91 18 25
Octal 110 165 133 46 0 26 66 221 30 45
Binary 1001000 1110101 1011011 100110 0 10110 110110 10010001 11000 100101

Color Harmonies of #48755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48755B

Black with #48755B

Text Example


Text Example

White with #48755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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