Html Css Color HEX #48795F Como

📋 copy color: '#48795F'

red 72 ◦ green 121 ◦ blue 95

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

Shades of Como #48795F

Tints of Como #48795F

RGB

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

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

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

R = 25%
G = 42.01%
B = 32.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#48795F (or 0x48795F) is known color: Como. HEX triplet: 48, 79 and 5F. RGB value is (72,121,95). Sum of RGB (Red+Green+Blue) = 72+121+95=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #48795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48795F is #B786A0. Grayscale: #676767. Windows color (decimal): -12027553 or 6256968. OLE color: 6256968.

HSL color Cylindrical-coordinate representation of color #48795F: hue angle of 148.16º 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 #48795F is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 121 95 -
CMYK 0.40 0 0.21 0.53
HSL 148.16º 0.25% 0.38% -
HSV(B) 148.16º 0.4% 0.47% -
XYZ 11.58 15.88 13.28 -
YUV 103.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 72 121 95 0.40 0 0.21 0.53 148.16 0.25 0.38
Hex 48 79 5F 28 0 15 35 94 19 26
Octal 110 171 137 50 0 25 65 224 31 46
Binary 1001000 1111001 1011111 101000 0 10101 110101 10010100 11001 100110

Color Harmonies of #48795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48795F

Black with #48795F

Text Example


Text Example

White with #48795F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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