Html Css Color HEX #48785F Como

📋 copy color: '#48785F'

red 72 ◦ green 120 ◦ blue 95

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

Shades of Como #48785F

Tints of Como #48785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.81%

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

R = 25.09%
G = 41.81%
B = 33.1%

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

#48785F (or 0x48785F) is known color: Como. HEX triplet: 48, 78 and 5F. RGB value is (72,120,95). Sum of RGB (Red+Green+Blue) = 72+120+95=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #48785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48785F is #B787A0. Grayscale: #666666. Windows color (decimal): -12027809 or 6256712. OLE color: 6256712.

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

Color convert

RGB 72 120 95 -
CMYK 0.40 0 0.21 0.53
HSL 148.75º 0.25% 0.38% -
HSV(B) 148.75º 0.4% 0.47% -
XYZ 11.45 15.64 13.24 -
YUV 102.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 72 120 95 0.40 0 0.21 0.53 148.75 0.25 0.38
Hex 48 78 5F 28 0 15 35 95 19 26
Octal 110 170 137 50 0 25 65 225 31 46
Binary 1001000 1111000 1011111 101000 0 10101 110101 10010101 11001 100110

Color Harmonies of #48785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48785F

Black with #48785F

Text Example


Text Example

White with #48785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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