Html Css Color HEX #48785D Como

📋 copy color: '#48785D'

red 72 ◦ green 120 ◦ blue 93

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

Shades of Como #48785D

Tints of Como #48785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 25.26%
G = 42.11%
B = 32.63%

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

#48785D (or 0x48785D) is known color: Como. HEX triplet: 48, 78 and 5D. RGB value is (72,120,93). Sum of RGB (Red+Green+Blue) = 72+120+93=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #48785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48785D is #B787A2. Grayscale: #666666. Windows color (decimal): -12027811 or 6125640. OLE color: 6125640.

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

Color convert

RGB 72 120 93 -
CMYK 0.40 0 0.22 0.53
HSL 146.25º 0.25% 0.38% -
HSV(B) 146.25º 0.4% 0.47% -
XYZ 11.36 15.6 12.77 -
YUV 102.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 72 120 93 0.40 0 0.22 0.53 146.25 0.25 0.38
Hex 48 78 5D 28 0 16 35 92 19 26
Octal 110 170 135 50 0 26 65 222 31 46
Binary 1001000 1111000 1011101 101000 0 10110 110101 10010010 11001 100110

Color Harmonies of #48785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48785D

Black with #48785D

Text Example


Text Example

White with #48785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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