Html Css Color HEX #48795E Como

📋 copy color: '#48795E'

red 72 ◦ green 121 ◦ blue 94

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

Shades of Como #48795E

Tints of Como #48795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.16%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 25.09%
G = 42.16%
B = 32.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#48795E (or 0x48795E) is known color: Como. HEX triplet: 48, 79 and 5E. RGB value is (72,121,94). Sum of RGB (Red+Green+Blue) = 72+121+94=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #48795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48795E is #B786A1. Grayscale: #676767. Windows color (decimal): -12027554 or 6191432. OLE color: 6191432.

HSL color Cylindrical-coordinate representation of color #48795E: hue angle of 146.94º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48795E is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 94 -
CMYK 0.40 0 0.22 0.53
HSL 146.94º 0.25% 0.38% -
HSV(B) 146.94º 0.4% 0.47% -
XYZ 11.53 15.86 13.04 -
YUV 103.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 72 121 94 0.40 0 0.22 0.53 146.94 0.25 0.38
Hex 48 79 5E 28 0 16 35 93 19 26
Octal 110 171 136 50 0 26 65 223 31 46
Binary 1001000 1111001 1011110 101000 0 10110 110101 10010011 11001 100110

Color Harmonies of #48795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48795E

Black with #48795E

Text Example


Text Example

White with #48795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48795E; }

 p { color: rgb(72,121,94); }

 H1.HeaderClassName
 {
   color: #48795E;
 }
 .AnyTagClassName
 {
   color: #48795E;
 }
</style>

background-color css

<style>
 a { background-color: #48795E; }

 a { background-color: rgb(72,121,94); }

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

border-color css

<style>
 span { border-color: #48795E; }

 span { border-color: rgb(72,121,94); }

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