Html Css Color HEX #48865C Como

📋 copy color: '#48865C'

red 72 ◦ green 134 ◦ blue 92

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

Shades of Como #48865C

Tints of Como #48865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.97%

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 24.16%
G = 44.97%
B = 30.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#48865C (or 0x48865C) is known color: Como. HEX triplet: 48, 86 and 5C. RGB value is (72,134,92). Sum of RGB (Red+Green+Blue) = 72+134+92=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #48865C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48865C is #B779A3. Grayscale: #6E6E6E. Windows color (decimal): -12024228 or 6063688. OLE color: 6063688.

HSL color Cylindrical-coordinate representation of color #48865C: hue angle of 139.35º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48865C is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 92 -
CMYK 0.46 0 0.31 0.47
HSL 139.35º 0.3% 0.4% -
HSV(B) 139.35º 0.46% 0.53% -
XYZ 13.13 19.2 13.14 -
YUV 110.67 117.46 100.42 -
System Red Green Blue C M Y K H S L
Decimal 72 134 92 0.46 0 0.31 0.47 139.35 0.3 0.4
Hex 48 86 5C 2E 0 1F 2F 8B 1E 28
Octal 110 206 134 56 0 37 57 213 36 50
Binary 1001000 10000110 1011100 101110 0 11111 101111 10001011 11110 101000

Color Harmonies of #48865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48865C

Black with #48865C

Text Example


Text Example

White with #48865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48865C; }

 p { color: rgb(72,134,92); }

 H1.HeaderClassName
 {
   color: #48865C;
 }
 .AnyTagClassName
 {
   color: #48865C;
 }
</style>

background-color css

<style>
 a { background-color: #48865C; }

 a { background-color: rgb(72,134,92); }

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

border-color css

<style>
 span { border-color: #48865C; }

 span { border-color: rgb(72,134,92); }

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